From 39ae8d29e1ad70a40a19722469e7cb3a7a1c44a0 Mon Sep 17 00:00:00 2001 From: truelight Date: Sat, 26 Aug 2006 17:12:24 +0000 Subject: (svn r6144) -Codechange: renamed OrderID to VehicleOrderID, because it had nothing to do with the Order-pool, but with the place of the order within the vehicle-order (hence its name) (part of FS#13, blathijs) --- openttd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openttd.h') diff --git a/openttd.h b/openttd.h index 087c3e4c7..29d9d0c9d 100644 --- a/openttd.h +++ b/openttd.h @@ -42,7 +42,7 @@ typedef uint16 IndustryID; typedef uint16 DepotID; typedef uint16 WaypointID; typedef byte PlayerID; -typedef byte OrderID; +typedef byte VehicleOrderID; ///< The index of an order within its current vehicle (not pool related) typedef byte CargoID; typedef byte LandscapeID; typedef uint16 StringID; -- cgit v1.2.3-54-g00ecf