summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-21 22:50:51 +0000
committerrubidium <rubidium@openttd.org>2007-12-21 22:50:51 +0000
commit6a9e77e0796a62a62e95ba5870f26b51a6b66c77 (patch)
tree92a4b604ccb6ae352038348f78b52b1f91cfd691 /src/variables.h
parent1b53dbf9cc91f99db84a81c1f7cfa4ed8a6a7779 (diff)
downloadopenttd-6a9e77e0796a62a62e95ba5870f26b51a6b66c77.tar.xz
(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
Diffstat (limited to 'src/variables.h')
-rw-r--r--src/variables.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/variables.h b/src/variables.h
index 613cecc9e..f21afc024 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -11,9 +11,6 @@
#include "gfx.h"
-VARDEF Money _cargo_payment_rates[NUM_CARGO];
-VARDEF uint16 _cargo_payment_rates_frac[NUM_CARGO];
-
struct GameOptions {
GameDifficulty diff;
byte diff_level;
@@ -39,9 +36,6 @@ VARDEF GameOptions *_opt_ptr;
/* Amount of game ticks */
VARDEF uint16 _tick_counter;
-/* This one is not used anymore. */
-VARDEF VehicleID _vehicle_id_ctr_day;
-
/* Skip aging of cargo? */
VARDEF byte _age_cargo_skip_counter;
@@ -293,7 +287,6 @@ VARDEF uint32 _news_display_opt;
VARDEF bool _news_ticker_sound;
VARDEF StringID _error_message;
-VARDEF Money _additional_cash_required;
VARDEF bool _rightclick_emulate;
@@ -317,10 +310,6 @@ VARDEF byte _switch_mode;
VARDEF StringID _switch_mode_errorstr;
VARDEF SmallFiosItem _file_to_saveload;
-
-
-VARDEF Vehicle *_place_clicked_vehicle;
-
VARDEF char _ini_videodriver[32], _ini_musicdriver[32], _ini_sounddriver[32], _ini_blitter[32];
VARDEF int _num_resolutions;
@@ -339,8 +328,6 @@ VARDEF char *_log_file;
/* landscape.cpp */
extern const byte _tileh_to_sprite[32];
-extern const TileTypeProcs * const _tile_type_procs[16];
-
extern bool _draw_bounding_boxes;
/* misc */