mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-02 09:40:35 +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_CONFIRM_POPUP_QUERY:
|
||||
case WC_MODAL_PROGRESS:
|
||||
case WC_NETWORK_STATUS_WINDOW:
|
||||
++z_priority;
|
||||
|
||||
case WC_SAVELOAD:
|
||||
++z_priority;
|
||||
|
||||
case WC_MODAL_PROGRESS:
|
||||
case WC_GAME_OPTIONS:
|
||||
case WC_NETWORK_WINDOW:
|
||||
++z_priority;
|
||||
|
||||
case WC_CONSOLE:
|
||||
|
Loading…
Reference in New Issue
Block a user