summaryrefslogtreecommitdiff
path: root/src/variables.h
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/variables.h
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/variables.h')
-rw-r--r--src/variables.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/variables.h b/src/variables.h
index ded717de8..4ad8f9fb2 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -49,9 +49,6 @@ VARDEF bool _rightclick_emulate;
/* IN/OUT parameters to commands */
VARDEF bool _generating_world;
-/* Used when switching from the intro menu. */
-VARDEF byte _switch_mode;
-
VARDEF char _savegame_format[8];
VARDEF char *_config_file;