summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-15 14:12:22 +0000
committerrubidium <rubidium@openttd.org>2008-05-15 14:12:22 +0000
commit8fff6e8638b848b129a3609ef22c0d0b611940e8 (patch)
tree82002bd31d9ce94ced461e9bf3f44976f9e84a90 /src/window_gui.h
parentd94bef9d5ce4a2ce83528e1c4346597dec22e843 (diff)
downloadopenttd-8fff6e8638b848b129a3609ef22c0d0b611940e8.tar.xz
(svn r13103) -Codechange: make a class of the PlayerCompanyWindow.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index 8102340ae..cc72d2613 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -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));