changeset 18576:e5ebf4af8f08 draft

(svn r23421) -Fix [FS#4865, FS#4861] (r23393): The priority of WC_GAME_OPTIONS windows were too high, causing hiding of currency window as well.
author alberth <alberth@openttd.org>
date Sun, 04 Dec 2011 10:52:08 +0000
parents 49d90fd3afe3
children 910ab4eabf35
files src/window.cpp
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -914,12 +914,7 @@
 			++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: