summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2006-08-26 17:16:51 +0000
committertruelight <truelight@openttd.org>2006-08-26 17:16:51 +0000
commitc6f4f954388142a1d5b85993be5574710865ac98 (patch)
tree6f8b3fc024528fc088a38079d9fcf7fc6dd59e45 /openttd.h
parent39ae8d29e1ad70a40a19722469e7cb3a7a1c44a0 (diff)
downloadopenttd-c6f4f954388142a1d5b85993be5574710865ac98.tar.xz
(svn r6145) -Codechange: added OrderID to indicate Order indexes out of the pool
Diffstat (limited to 'openttd.h')
-rw-r--r--openttd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openttd.h b/openttd.h
index 29d9d0c9d..0e1baf020 100644
--- a/openttd.h
+++ b/openttd.h
@@ -41,6 +41,7 @@ typedef uint16 TownID;
typedef uint16 IndustryID;
typedef uint16 DepotID;
typedef uint16 WaypointID;
+typedef uint16 OrderID;
typedef byte PlayerID;
typedef byte VehicleOrderID; ///< The index of an order within its current vehicle (not pool related)
typedef byte CargoID;