From 87fdac852c4d112d9726855ff98c978dd59f76fa Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 4 Dec 2011 10:52:08 +0000 Subject: (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. --- src/window.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/window.cpp') diff --git a/src/window.cpp b/src/window.cpp index 2468c5010..1abb7f463 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -914,12 +914,7 @@ 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: -- cgit v1.2.3-54-g00ecf