(svn r13103) -Codechange: make a class of the PlayerCompanyWindow.
This commit is contained in:
@@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user