(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)
This commit is contained in:
truelight
2006-08-26 17:12:24 +00:00
parent 8358832f4a
commit b17d389667
4 changed files with 10 additions and 10 deletions

View File

@@ -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;