summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-02-25 21:45:14 +0000
committeryexo <yexo@openttd.org>2009-02-25 21:45:14 +0000
commitfb7b0536e74d0cfdc682593657dfb66700f724e9 (patch)
treec5ec0bb4374465ba0001b47485225c72a9a21c15 /src/variables.h
parentc5684e56ec96f530178d7e66aebb830fe6829974 (diff)
downloadopenttd-fb7b0536e74d0cfdc682593657dfb66700f724e9.tar.xz
(svn r15584) -Codechange: Move several variables from variables.h to more appropriate headers.
Diffstat (limited to 'src/variables.h')
-rw-r--r--src/variables.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/variables.h b/src/variables.h
index 4ad8f9fb2..3325369dc 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -22,14 +22,6 @@ VARDEF uint16 _disaster_delay;
* tick handler. */
VARDEF uint16 _station_tick_ctr;
-/* Iterator through all towns in OnTick_Town */
-VARDEF uint32 _cur_town_ctr;
-/* Frequency iterator at the same place */
-VARDEF uint32 _cur_town_iter;
-
-VARDEF uint _cur_company_tick_index;
-VARDEF uint _next_competitor_start;
-
/* Determines how often to run the tree loop */
VARDEF byte _trees_tick_ctr;
@@ -42,15 +34,12 @@ VARDEF bool _do_autosave;
VARDEF int _autosave_ctr;
VARDEF byte _display_opt;
-VARDEF int _caret_timer;
VARDEF bool _rightclick_emulate;
/* IN/OUT parameters to commands */
VARDEF bool _generating_world;
-VARDEF char _savegame_format[8];
-
VARDEF char *_config_file;
VARDEF char *_highscore_file;
VARDEF char *_log_file;
@@ -58,9 +47,6 @@ VARDEF char *_log_file;
/* landscape.cpp */
extern const byte _tileh_to_sprite[32];
-/* misc */
-VARDEF char _screenshot_name[128];
-
/* Forking stuff */
VARDEF bool _dedicated_forks;