changeset 18578:569473588496 draft

(svn r23423) -Revert (r23421): NewGRF windows may not be moved to normal priority.
author alberth <alberth@openttd.org>
date Sun, 04 Dec 2011 11:58:56 +0000
parents 910ab4eabf35
children 7174f703afc5
files src/window.cpp
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -914,7 +914,12 @@
 			++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: