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
commit43f53ca4fd3c0d73cc8cd0ae6a86dd30a2c5e718 (patch)
tree6f8b3fc024528fc088a38079d9fcf7fc6dd59e45 /openttd.h
parentb17d389667891df6a30cd29acae5405eb27d895e (diff)
downloadopenttd-43f53ca4fd3c0d73cc8cd0ae6a86dd30a2c5e718.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;