mirror of https://github.com/OpenTTD/OpenTTD
(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.
parent
22707c26f5
commit
6334e13d12
|
@ -557,7 +557,7 @@ static bool MayBeShown(const Window *w)
|
||||||
switch (w->window_class) {
|
switch (w->window_class) {
|
||||||
case WC_MAIN_WINDOW: ///< The background, i.e. the game.
|
case WC_MAIN_WINDOW: ///< The background, i.e. the game.
|
||||||
case WC_MODAL_PROGRESS: ///< The actual progress window.
|
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;
|
return true;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue