1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 01:19:11 +00:00

(svn r23393) -Fix (r23382): AI / NewGRF sub-windows were now hidden under their parent windows

This commit is contained in:
yexo
2011-12-02 11:48:54 +00:00
parent 1bc1a41937
commit fa930b15c7

View File

@@ -912,6 +912,10 @@ static uint GetWindowZPriority(const Window *w)
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: