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

This commit is contained in:
alberth 2011-12-04 11:58:56 +00:00
parent 5891099f24
commit 2cf284154c
1 changed files with 5 additions and 0 deletions

View File

@ -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: