wwwwwv / oax

Automatically exported from code.google.com/p/oax
0 stars 0 forks source link

Patch to 'Vote' in-game menu #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This patch removes "Next" button from voting menu, because it seems to be 
unnecessary.
The selected menu option will be executed directly, without clicking "Next".

Original issue reported on code.google.com by X.pelya.X@gmail.com on 27 Dec 2013 at 7:56

Attachments:

GoogleCodeExporter commented 8 years ago
Oops, wrong file.

Original comment by X.pelya.X@gmail.com on 27 Dec 2013 at 8:05

Attachments:

GoogleCodeExporter commented 8 years ago
I also noted that this fixes the problem with selecting maps in the select 
menu. Appears that this was missing:
+    menu->generic.left        = 320-80;
+    menu->generic.right       = 320+120;

Original comment by sago007 on 29 Dec 2013 at 3:13

GoogleCodeExporter commented 8 years ago
I applied the patch and tried it out. I am always a little afraid of these 
changes that may changes the interface.

I do however find this an improvement.

I have applied the patch as r325. Although I might move the back button at some 
point. 

Original comment by sago007 on 29 Dec 2013 at 3:52

GoogleCodeExporter commented 8 years ago

Original comment by sago007 on 10 Jun 2014 at 4:27

GoogleCodeExporter commented 8 years ago
Yay, thanks.

Original comment by X.pelya.X@gmail.com on 10 Jun 2014 at 5:56