(svn r13104) -Codechange: make ResetObjectToPlace safe to be called recursively via the OnPlaceObjectAbort callback and use this knowledge to simplify closing some windows.

This commit is contained in:
rubidium
2008-05-15 14:41:56 +00:00
parent 31ab1e815a
commit 6d880ada7f
6 changed files with 29 additions and 82 deletions

View File

@@ -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));