# HG changeset patch # User frosch # Date 2011-12-14 20:47:33 # Node ID 1127876e57ead1beb2abb62a98ebecf53de602fb # Parent 3911d80042cb9831a223a370308ad7395693abfc (svn r23517) -Fix (r23336, etc.): Give map generation window the same priority as the start server window. diff --git a/src/window.cpp b/src/window.cpp --- a/src/window.cpp +++ b/src/window.cpp @@ -914,6 +914,7 @@ static uint GetWindowZPriority(const Win case WC_NETWORK_STATUS_WINDOW: ++z_priority; + case WC_GENERATE_LANDSCAPE: case WC_SAVELOAD: case WC_GAME_OPTIONS: case WC_CUSTOM_CURRENCY: