diff options
author | bjarni <bjarni@openttd.org> | 2006-08-27 09:55:54 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-08-27 09:55:54 +0000 |
commit | 27534b352198f6c9c3eca51493f5685eb0e74b60 (patch) | |
tree | bc81977b36ba2b51906c35b5c658a0f08fde338a /order.h | |
parent | 13addec466543de725df9d40e8500af735b6816e (diff) | |
download | openttd-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ enum { INVALID_ORDER = 0xFFFF, + SHARE_FLAG = 1 << 8, }; /* Order types */ |