(svn r13108) -Codechange: make a Window subclass of the main toolbars sub menus.

This commit is contained in:
rubidium
2008-05-15 20:04:10 +00:00
parent 07e10eade8
commit 439b328f41
3 changed files with 428 additions and 440 deletions

View File

@@ -515,17 +515,6 @@ public:
/*** End of the event handling ***/
};
struct menu_d {
byte item_count; ///< follow_vehicle
byte sel_index; ///< scrollpos_x
byte main_button; ///< scrollpos_y
byte action_id;
StringID string_id; ///< unk30
uint16 checked_items; ///< unk32
byte disabled_items;
};
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(menu_d));
struct def_d {
int16 data_1, data_2, data_3;
};