summaryrefslogtreecommitdiff
path: root/vehicle_gui.h
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.h
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.h')
-rw-r--r--vehicle_gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle_gui.h b/vehicle_gui.h
index efbd458fd..1af4e0aba 100644
--- a/vehicle_gui.h
+++ b/vehicle_gui.h
@@ -12,7 +12,7 @@ void InitializeVehiclesGuiList(void);
void RebuildVehicleLists(void);
void ResortVehicleLists(void);
-void BuildVehicleList(struct vehiclelist_d *vl, VehicleType type, int owner, int station);
+void BuildVehicleList(struct vehiclelist_d *vl, int type, int owner, int station);
void SortVehicleList(struct vehiclelist_d *vl);
int CDECL GeneralOwnerSorter(const void *a, const void *b);