summaryrefslogtreecommitdiff
path: root/vehicle_gui.c
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-08-27 09:55:54 +0000
committerbjarni <bjarni@openttd.org>2006-08-27 09:55:54 +0000
commit27534b352198f6c9c3eca51493f5685eb0e74b60 (patch)
treebc81977b36ba2b51906c35b5c658a0f08fde338a /vehicle_gui.c
parent13addec466543de725df9d40e8500af735b6816e (diff)
downloadopenttd-27534b352198f6c9c3eca51493f5685eb0e74b60.tar.xz
(svn r6167) -Code cleanup r6161: replaced some uint16 with OrderID and (1 << 8) with SHARE_FLAG
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 9ac1d4e6f..bc630e47e 100644
--- a/vehicle_gui.c
+++ b/vehicle_gui.c
@@ -115,7 +115,7 @@ void ResortVehicleLists(void)
}
}
-void BuildVehicleList(vehiclelist_d* vl, int type, PlayerID owner, StationID station, uint16 order)
+void BuildVehicleList(vehiclelist_d* vl, int type, PlayerID owner, StationID station, OrderID order)
{
const Vehicle** sort_list;
uint subtype = (type != VEH_Aircraft) ? Train_Front : 2;