added MAX-style options navigation and moved more constants into theme metrics
This commit is contained in:
@@ -29,7 +29,7 @@ enum MenuButton
|
||||
struct MenuInput
|
||||
{
|
||||
MenuInput() { MakeInvalid(); };
|
||||
MenuInput( PlayerNumber p, MenuButton b ) { player = p; button = b; };
|
||||
MenuInput( PlayerNumber pn, MenuButton b ) { player = pn; button = b; };
|
||||
|
||||
PlayerNumber player;
|
||||
MenuButton button;
|
||||
|
||||
Reference in New Issue
Block a user