summaryrefslogtreecommitdiff
path: root/src/order.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-28 16:31:26 +0000
committerrubidium <rubidium@openttd.org>2008-03-28 16:31:26 +0000
commitb563a2e52cd173c2efb5aab91ff5a0ecd85f4044 (patch)
tree4a23c83aa3afc6b2350b16b9e3d191316c6ebfb4 /src/order.h
parent99d0c61ec0b9de620a957f66ec58d16124f2108a (diff)
downloadopenttd-b563a2e52cd173c2efb5aab91ff5a0ecd85f4044.tar.xz
(svn r12466) -Codechange: move DestinationID to a more logical location.
Diffstat (limited to 'src/order.h')
-rw-r--r--src/order.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/order.h b/src/order.h
index d1442e605..952cfa760 100644
--- a/src/order.h
+++ b/src/order.h
@@ -12,6 +12,8 @@
#include "tile_type.h"
#include "date_type.h"
+typedef uint16 DestinationID;
+
enum {
INVALID_VEH_ORDER_ID = 0xFF,
};