summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2006-08-26 17:12:24 +0000
committertruelight <truelight@openttd.org>2006-08-26 17:12:24 +0000
commit39ae8d29e1ad70a40a19722469e7cb3a7a1c44a0 (patch)
treec510a10f752fba5589b5b66dd0d0cfa67fb0b6bf /openttd.h
parent5dc121d1c1b73261de4877896173b7b4d01e764f (diff)
downloadopenttd-39ae8d29e1ad70a40a19722469e7cb3a7a1c44a0.tar.xz
(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)
Diffstat (limited to 'openttd.h')
-rw-r--r--openttd.h2
1 files changed, 1 insertions, 1 deletions
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;