(svn r23423) -Revert (r23421): NewGRF windows may not be moved to normal priority.

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
alberth 13 years ago
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…
Cancel
Save