summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-15 14:41:56 +0000
committerrubidium <rubidium@openttd.org>2008-05-15 14:41:56 +0000
commit5ae795953afac677134e54f91a11436acb3c969d (patch)
tree43c72cfecc28dfa3d1fafc35fe5d61d59367a67c /src/window_gui.h
parent8fff6e8638b848b129a3609ef22c0d0b611940e8 (diff)
downloadopenttd-5ae795953afac677134e54f91a11436acb3c969d.tar.xz
(svn r13104) -Codechange: make ResetObjectToPlace safe to be called recursively via the OnPlaceObjectAbort callback and use this knowledge to simplify closing some windows.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index cc72d2613..84a1c22d3 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -527,7 +527,6 @@ struct menu_d {
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(menu_d));
struct def_d {
- bool close;
int16 data_1, data_2, data_3;
};
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(def_d));