vehicle_gui.h
changeset 1763 9e6f367ae02e
parent 1752 cdbfb2f23e72
child 1802 448f187042d3
--- a/vehicle_gui.h	Wed May 04 19:09:25 2005 +0000
+++ b/vehicle_gui.h	Wed May 04 22:13:07 2005 +0000
@@ -12,7 +12,7 @@
 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);