summaryrefslogtreecommitdiff
path: root/order.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-08-29 21:36:39 +0000
committerbjarni <bjarni@openttd.org>2006-08-29 21:36:39 +0000
commita73b07561e30e45ba94504d6e7c47cf157ab07c8 (patch)
tree234611243d183da14e1c25351ed48affa3a67365 /order.h
parentc595c0e6517ed715a88170b3a1a6e606fa39c721 (diff)
downloadopenttd-a73b07561e30e45ba94504d6e7c47cf157ab07c8.tar.xz
(svn r6227) -Codechange: added window type flags to use with PlayerVehWndProc
this makes the list type detection much easier and allowed an if cascade to be turned into a switch case this also makes it easier to add more list types
Diffstat (limited to 'order.h')
-rw-r--r--order.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/order.h b/order.h
index cc0bffc18..99c606a89 100644
--- a/order.h
+++ b/order.h
@@ -11,7 +11,6 @@
enum {
INVALID_ORDER = 0xFFFF,
- SHARE_FLAG = 1 << 8,
};
/* Order types */