missed commit
This commit is contained in:
@@ -224,9 +224,11 @@ public:
|
|||||||
preferences,
|
preferences,
|
||||||
exit,
|
exit,
|
||||||
save_on_exit,
|
save_on_exit,
|
||||||
NUM_MAIN_MENU_CHOICES
|
NUM_MAIN_MENU_CHOICES,
|
||||||
|
MAIN_MENU_CHOICE_INVALID
|
||||||
};
|
};
|
||||||
void HandleMainMenuChoice( MainMenuChoice c, int* iAnswers );
|
void HandleMainMenuChoice( MainMenuChoice c, int* iAnswers );
|
||||||
|
MainMenuChoice m_CurrentAction;
|
||||||
|
|
||||||
enum AreaMenuChoice {
|
enum AreaMenuChoice {
|
||||||
cut,
|
cut,
|
||||||
|
|||||||
Reference in New Issue
Block a user