(svn r13103) -Codechange: make a class of the PlayerCompanyWindow.

This commit is contained in:
rubidium
2008-05-15 14:12:22 +00:00
parent d94bef9d5c
commit 8fff6e8638
2 changed files with 166 additions and 164 deletions

View File

@@ -527,10 +527,8 @@ struct menu_d {
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(menu_d));
struct def_d {
int16 data_1, data_2, data_3;
int16 data_4, data_5;
bool close;
byte byte_1;
int16 data_1, data_2, data_3;
};
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(def_d));