summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-13 21:41:24 +0000
committerrubidium <rubidium@openttd.org>2008-01-13 21:41:24 +0000
commit3ca95f2a85d2347f28424a479fa3323f4a86bca7 (patch)
tree11608a1c774c5961fb6f16b3536041e440426e8c /src/variables.h
parent27e5deb719f91bc26e8bf39a11acff6367062417 (diff)
downloadopenttd-3ca95f2a85d2347f28424a479fa3323f4a86bca7.tar.xz
(svn r11839) -Codechange: move some variables from variables.h to a more logical location.
Diffstat (limited to 'src/variables.h')
-rw-r--r--src/variables.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/variables.h b/src/variables.h
index cfba96391..6045b686c 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -79,8 +79,6 @@ VARDEF int _autosave_ctr;
VARDEF byte _display_opt;
VARDEF int _caret_timer;
-VARDEF StringID _error_message;
-
VARDEF bool _rightclick_emulate;
/* IN/OUT parameters to commands */
@@ -91,19 +89,12 @@ VARDEF bool _generating_world;
VARDEF byte _switch_mode;
VARDEF StringID _switch_mode_errorstr;
-VARDEF char _ini_videodriver[32], _ini_musicdriver[32], _ini_sounddriver[32], _ini_blitter[32];
-
-VARDEF int _num_resolutions;
-VARDEF uint16 _resolutions[32][2];
-VARDEF uint16 _cur_resolution[2];
-
VARDEF char _savegame_format[8];
VARDEF char *_config_file;
VARDEF char *_highscore_file;
VARDEF char *_log_file;
-
/* landscape.cpp */
extern const byte _tileh_to_sprite[32];