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

pull/155/head
alberth 13 years ago
parent b92c6ae0b7
commit 41730e91bf

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