summaryrefslogtreecommitdiff
path: root/src/order_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-28 16:45:20 +0000
committerrubidium <rubidium@openttd.org>2008-03-28 16:45:20 +0000
commitd97c16ee8bf2a1dcffc7edfd82586fc2784f6e9b (patch)
treeb5b6b9794d86540536ce4db00004aeda89b0d39a /src/order_type.h
parentf4d48f0e5b5cf43dd0524a707ee01658c8e65793 (diff)
downloadopenttd-d97c16ee8bf2a1dcffc7edfd82586fc2784f6e9b.tar.xz
(svn r12475) -Codechange: cleanup coding style in news_gui.cpp.
Diffstat (limited to 'src/order_type.h')
-rw-r--r--src/order_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/order_type.h b/src/order_type.h
index 3517bdc71..8d22135dd 100644
--- a/src/order_type.h
+++ b/src/order_type.h
@@ -9,6 +9,7 @@
typedef byte VehicleOrderID; ///< The index of an order within its current vehicle (not pool related)
typedef uint16 OrderID;
+typedef uint16 DestinationID;
enum {
INVALID_VEH_ORDER_ID = 0xFF,