mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r23382) -Fix [FS#4845] (r23336): NewGRF window and content download window were always hidden under the saveload window
This commit is contained in:
parent
721c74d279
commit
71c1ef5d26
@ -905,12 +905,13 @@ static uint GetWindowZPriority(const Window *w)
|
|||||||
|
|
||||||
case WC_ERRMSG:
|
case WC_ERRMSG:
|
||||||
case WC_CONFIRM_POPUP_QUERY:
|
case WC_CONFIRM_POPUP_QUERY:
|
||||||
|
case WC_MODAL_PROGRESS:
|
||||||
|
case WC_NETWORK_STATUS_WINDOW:
|
||||||
++z_priority;
|
++z_priority;
|
||||||
|
|
||||||
case WC_SAVELOAD:
|
case WC_SAVELOAD:
|
||||||
++z_priority;
|
case WC_GAME_OPTIONS:
|
||||||
|
case WC_NETWORK_WINDOW:
|
||||||
case WC_MODAL_PROGRESS:
|
|
||||||
++z_priority;
|
++z_priority;
|
||||||
|
|
||||||
case WC_CONSOLE:
|
case WC_CONSOLE:
|
||||||
|
Loading…
Reference in New Issue
Block a user