Changeset - r19311:52ac9868021d
[Not reviewed]
master
0 1 0
frosch - 12 years ago 2012-05-07 19:34:51
frosch@openttd.org
(svn r24214) -Fix [FS#5159] (r22794): The confirmation window to abort world generation was hidden during world generation, so actually you could not abort it.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/window.cpp
Show inline comments
 
@@ -557,7 +557,7 @@ static bool MayBeShown(const Window *w)
 
	switch (w->window_class) {
 
		case WC_MAIN_WINDOW:    ///< The background, i.e. the game.
 
		case WC_MODAL_PROGRESS: ///< The actual progress window.
 
		case WC_QUERY_STRING:   ///< The abort window.
 
		case WC_CONFIRM_POPUP_QUERY: ///< The abort window.
 
			return true;
 

	
 
		default:
0 comments (0 inline, 0 general)