summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-18 10:16:51 +0000
committerrubidium <rubidium@openttd.org>2008-04-18 10:16:51 +0000
commit1b2773445d12037bb1293d35e5f1b9a4a44168d9 (patch)
treedfc71064bea779abeeec229e5820046f40499776 /src/variables.h
parent2070cee0892591be5842842c1e6be41cdeda2f36 (diff)
downloadopenttd-1b2773445d12037bb1293d35e5f1b9a4a44168d9.tar.xz
(svn r12765) -Codechange: move some stuff out of variables.h that required including other headers in variables.h.
Diffstat (limited to 'src/variables.h')
-rw-r--r--src/variables.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/variables.h b/src/variables.h
index a49fa32ce..17bc0ceba 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -5,18 +5,12 @@
#ifndef VARIABLES_H
#define VARIABLES_H
-#include "tile_type.h"
-#include "strings_type.h"
-
/* Amount of game ticks */
VARDEF uint16 _tick_counter;
/* Skip aging of cargo? */
VARDEF byte _age_cargo_skip_counter;
-/* Position in tile loop */
-VARDEF TileIndex _cur_tileloop_tile;
-
/* Also save scrollpos_x, scrollpos_y and zoom */
VARDEF uint16 _disaster_delay;
@@ -57,12 +51,10 @@ VARDEF int _caret_timer;
VARDEF bool _rightclick_emulate;
/* IN/OUT parameters to commands */
-VARDEF TileIndex _build_tunnel_endtile;
VARDEF bool _generating_world;
/* Used when switching from the intro menu. */
VARDEF byte _switch_mode;
-VARDEF StringID _switch_mode_errorstr;
VARDEF char _savegame_format[8];