(svn r7206) -Codechange: Remove (some of) the magic needed for windows that could be invalid after
a call to DeleteWindow() somewhere else. Also do some cleanup with AllowWindowDescFront()
This commit is contained in:
@@ -1856,8 +1856,6 @@ void ShowCheatWindow(void)
|
||||
|
||||
DeleteWindowById(WC_CHEATS, 0);
|
||||
w = AllocateWindowDesc(&_cheats_desc);
|
||||
|
||||
if (w != NULL) SetWindowDirty(w);
|
||||
}
|
||||
|
||||
/** Resize the widgets in a window
|
||||
|
||||
Reference in New Issue
Block a user