fix info menu bug on DC/PC

This commit is contained in:
Martin Michelsen
2023-05-26 10:58:17 -07:00
parent dbd6c59a0b
commit de3ea6b850
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -94,6 +94,7 @@ struct MenuItem {
REQUIRES_MESSAGE_BOXES = 0x080,
REQUIRES_SEND_FUNCTION_CALL = 0x100,
REQUIRES_SAVE_DISABLED = 0x200,
INVISIBLE_IN_INFO_MENU = 0x400,
};
uint32_t item_id;