(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 901230bde1
commit 3bb872e7dd
8 changed files with 28 additions and 27 deletions

View File

@@ -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;