summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-08-05 20:22:06 +0000
committertron <tron@openttd.org>2005-08-05 20:22:06 +0000
commit747a0f6a55cfb40cdf6e66ca8ae29bc0d4517274 (patch)
treec5f649a6512bc30ababdfe82ad3934f7684636ed /variables.h
parenta8e53be6b9a063cbce7525001f134277da7cffb6 (diff)
downloadopenttd-747a0f6a55cfb40cdf6e66ca8ae29bc0d4517274.tar.xz
(svn r2812) Move variables, which only vehicle_gui.c needs to know about, there
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/variables.h b/variables.h
index e2c06af39..492d55457 100644
--- a/variables.h
+++ b/variables.h
@@ -451,8 +451,6 @@ VARDEF byte _vehicle_design_names;
/* Autoreplace vehicle stuff*/
VARDEF byte _autoreplace_array[256];
-VARDEF uint16 _player_num_engines[256];
-VARDEF byte _railtype_selected_in_replace_gui;
/* Forking stuff */
VARDEF bool _dedicated_forks;