(svn r2734) -Feature: The Main Toolbar Dropdown Menu can now display disabled items

This commit is contained in:
celestar
2005-07-28 08:49:29 +00:00
parent 2f2775323f
commit 3af8aba978
3 changed files with 27 additions and 21 deletions

View File

@@ -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));