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
commit842991bbe05e7931ba4edf3d204592895e9195a9 (patch)
treec5f649a6512bc30ababdfe82ad3934f7684636ed /misc.c
parent3ede0bb6f96392c2e5fabb7a3a31f1ddd56e95cd (diff)
downloadopenttd-842991bbe05e7931ba4edf3d204592895e9195a9.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);