# HG changeset patch # User alberth # Date 2011-12-04 10:52:08 # Node ID ff522e798962705a6ca62941b45d49d403b1940c # Parent 1d2026d107404bb13b56e07c7de6ef1db9c469c2 (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. diff --git a/src/window.cpp b/src/window.cpp --- a/src/window.cpp +++ b/src/window.cpp @@ -914,12 +914,7 @@ static uint GetWindowZPriority(const Win ++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: