summaryrefslogtreecommitdiff
path: root/src/gfx.cpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-02-25 00:45:52 +0000
committeryexo <yexo@openttd.org>2009-02-25 00:45:52 +0000
commit3bb872e7dd8ec9318cd60bb9ca417b4d80f8fc34 (patch)
tree0821775e819b64e32e518cdd87b874fb720c4d92 /src/gfx.cpp
parent901230bde1b0752d97d63aabaa0fd38c9ea183e7 (diff)
downloadopenttd-3bb872e7dd8ec9318cd60bb9ca417b4d80f8fc34.tar.xz
(svn r15576) -Codechange: rename SwitchModes to SwitchMode and don't hardcode the values for that enum.
Diffstat (limited to 'src/gfx.cpp')
-rw-r--r--src/gfx.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gfx.cpp b/src/gfx.cpp
index 2cf213262..033841e3d 100644
--- a/src/gfx.cpp
+++ b/src/gfx.cpp
@@ -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;