summaryrefslogtreecommitdiff
path: root/misc.c
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 /misc.c
parenta8e53be6b9a063cbce7525001f134277da7cffb6 (diff)
downloadopenttd-747a0f6a55cfb40cdf6e66ca8ae29bc0d4517274.tar.xz
(svn r2812) Move variables, which only vehicle_gui.c needs to know about, there
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc.c b/misc.c
index 6e275f451..5e4b7ff46 100644
--- a/misc.c
+++ b/misc.c
@@ -130,8 +130,6 @@ void InitializeGame(uint size_x, uint size_y)
for (i = 0; i < lengthof(_autoreplace_array); i++)
_autoreplace_array[i] = i;
- _railtype_selected_in_replace_gui = 0;
-
AddTypeToEngines(); // make sure all engines have a type
SetObjectToPlace(SPR_CURSOR_ZZZ, 0, 0, 0);