mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r23421) -Fix [FS#4865, FS#4861] (r23393): The priority of WC_GAME_OPTIONS windows were too high, causing hiding of currency window as well.
This commit is contained in:
parent
51da427dae
commit
87fdac852c
@ -914,12 +914,7 @@ static uint GetWindowZPriority(const Window *w)
|
|||||||
++z_priority;
|
++z_priority;
|
||||||
|
|
||||||
case WC_SAVELOAD:
|
case WC_SAVELOAD:
|
||||||
case WC_GAME_OPTIONS:
|
|
||||||
case WC_NETWORK_WINDOW:
|
case WC_NETWORK_WINDOW:
|
||||||
case WC_GRF_PARAMETERS:
|
|
||||||
case WC_NEWGRF_TEXTFILE:
|
|
||||||
case WC_AI_LIST:
|
|
||||||
case WC_AI_SETTINGS:
|
|
||||||
++z_priority;
|
++z_priority;
|
||||||
|
|
||||||
case WC_CONSOLE:
|
case WC_CONSOLE:
|
||||||
|
Loading…
Reference in New Issue
Block a user