summaryrefslogtreecommitdiff
path: root/vehicle_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-10-16 07:58:15 +0000
committertron <tron@openttd.org>2005-10-16 07:58:15 +0000
commitab657338ec74150e083f2b04a2c3975e1546ad13 (patch)
tree5912bf3a8bf0bea7deea304df7fdeb59ea13ce19 /vehicle_gui.c
parentd52bf846f333eb48f4b1942b10e394128f2770a9 (diff)
downloadopenttd-ab657338ec74150e083f2b04a2c3975e1546ad13.tar.xz
(svn r3048) Replace 0/1/2 by RAILTYPE_RAIL/MONO/MAGLEV where appropriate
Diffstat (limited to 'vehicle_gui.c')
-rw-r--r--vehicle_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle_gui.c b/vehicle_gui.c
index 475c73f5a..77a872752 100644
--- a/vehicle_gui.c
+++ b/vehicle_gui.c
@@ -175,7 +175,7 @@ void SortVehicleList(vehiclelist_d *vl)
/* General Vehicle GUI based procedures that are independent of vehicle types */
void InitializeVehiclesGuiList(void)
{
- _railtype_selected_in_replace_gui = 0;
+ _railtype_selected_in_replace_gui = RAILTYPE_RAIL;
}
// draw the vehicle profit button in the vehicle list window.