summaryrefslogtreecommitdiff
path: root/vehicle_gui.c
diff options
context:
space:
mode:
authormatthijs <matthijs@openttd.org>2005-05-04 22:13:07 +0000
committermatthijs <matthijs@openttd.org>2005-05-04 22:13:07 +0000
commitc85f049f521ca1c7f94fdbccae6657ab2af5451c (patch)
tree43ea8ec92553979bdf703de4fa2ea14523fd6022 /vehicle_gui.c
parentb12c6bac5787b493b1c5a3a87556a39d921bc2f9 (diff)
downloadopenttd-c85f049f521ca1c7f94fdbccae6657ab2af5451c.tar.xz
(svn r2267) - Codechange: Reverted the typedeffing of VehicleType (r2256), since that interfered with the saveload code.
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 4d6d07420..5832498e8 100644
--- a/vehicle_gui.c
+++ b/vehicle_gui.c
@@ -73,7 +73,7 @@ void ResortVehicleLists(void)
}
}
-void BuildVehicleList(vehiclelist_d *vl, VehicleType type, int owner, int station)
+void BuildVehicleList(vehiclelist_d *vl, int type, int owner, int station)
{
int subtype = (type != VEH_Aircraft) ? TS_Front_Engine : 2;
int n = 0;