mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 18:40:29 +00:00
(svn r23423) -Revert (r23421): NewGRF windows may not be moved to normal priority.
This commit is contained in:
parent
5891099f24
commit
2cf284154c
@ -914,7 +914,12 @@ static uint GetWindowZPriority(const Window *w)
|
||||
++z_priority;
|
||||
|
||||
case WC_SAVELOAD:
|
||||
case WC_GAME_OPTIONS:
|
||||
case WC_NETWORK_WINDOW:
|
||||
case WC_GRF_PARAMETERS:
|
||||
case WC_NEWGRF_TEXTFILE:
|
||||
case WC_AI_LIST:
|
||||
case WC_AI_SETTINGS:
|
||||
++z_priority;
|
||||
|
||||
case WC_CONSOLE:
|
||||
|
Loading…
Reference in New Issue
Block a user