1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-17 03:29:09 +00:00

(svn r2812) Move variables, which only vehicle_gui.c needs to know about, there

This commit is contained in:
tron
2005-08-05 20:22:06 +00:00
parent a8e53be6b9
commit 747a0f6a55
3 changed files with 4 additions and 4 deletions

2
misc.c
View File

@@ -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);