summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-07-28 08:49:29 +0000
committercelestar <celestar@openttd.org>2005-07-28 08:49:29 +0000
commit727dea58244fd5f898b3ba2ac99e0d4c6ebe3812 (patch)
tree22cc5e3249b18e166df3a4845fb3ea769391dfef /window.h
parent4a4829fa0e74dbb29741030163cadc5b3adf0932 (diff)
downloadopenttd-727dea58244fd5f898b3ba2ac99e0d4c6ebe3812.tar.xz
(svn r2734) -Feature: The Main Toolbar Dropdown Menu can now display disabled items
Diffstat (limited to 'window.h')
-rw-r--r--window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/window.h b/window.h
index 68e720c8d..f4b9c35c5 100644
--- a/window.h
+++ b/window.h
@@ -316,6 +316,7 @@ typedef struct {
byte action_id;
StringID string_id; /* unk30 */
uint16 checked_items; /* unk32 */
+ byte disabled_items;
} menu_d;
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(menu_d));