diff options
author | rubidium <rubidium@openttd.org> | 2008-03-28 16:31:26 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-03-28 16:31:26 +0000 |
commit | 450d234745250712b90a8ce91a8fb43673cb9204 (patch) | |
tree | 4a23c83aa3afc6b2350b16b9e3d191316c6ebfb4 /src/order.h | |
parent | cb96caa3d234e461fb3cf9ff9a5520a3318b94f9 (diff) | |
download | openttd-450d234745250712b90a8ce91a8fb43673cb9204.tar.xz |
(svn r12466) -Codechange: move DestinationID to a more logical location.
Diffstat (limited to 'src/order.h')
-rw-r--r-- | src/order.h | 2 |
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, }; |