(svn r15576) -Codechange: rename SwitchModes to SwitchMode and don't hardcode the values for that enum.

This commit is contained in:
yexo
2009-02-25 00:45:52 +00:00
parent bd2544b5ea
commit 7e818f0456
8 changed files with 28 additions and 27 deletions

View File

@@ -38,6 +38,7 @@ bool _screen_disable_anim = false; ///< Disable palette animation (important f
bool _exit_game;
bool _networking; ///< are we in networking mode?
GameMode _game_mode;
SwitchMode _switch_mode; ///< The next mainloop command.
int8 _pause_game;
int _pal_first_dirty;
int _pal_count_dirty;