summaryrefslogtreecommitdiff
path: root/order.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-08-27 09:55:54 +0000
committerbjarni <bjarni@openttd.org>2006-08-27 09:55:54 +0000
commit27534b352198f6c9c3eca51493f5685eb0e74b60 (patch)
treebc81977b36ba2b51906c35b5c658a0f08fde338a /order.h
parent13addec466543de725df9d40e8500af735b6816e (diff)
downloadopenttd-27534b352198f6c9c3eca51493f5685eb0e74b60.tar.xz
(svn r6167) -Code cleanup r6161: replaced some uint16 with OrderID and (1 << 8) with SHARE_FLAG
Diffstat (limited to 'order.h')
-rw-r--r--order.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/order.h b/order.h
index f60a6b2ac..857aaa1dd 100644
--- a/order.h
+++ b/order.h
@@ -11,6 +11,7 @@
enum {
INVALID_ORDER = 0xFFFF,
+ SHARE_FLAG = 1 << 8,
};
/* Order types */