From 1d5c43b154f1de55403c6df58f3d26000cc92b2d Mon Sep 17 00:00:00 2001 From: frosch Date: Wed, 14 Dec 2011 20:47:33 +0000 Subject: [PATCH] (svn r23517) -Fix (r23336, etc.): Give map generation window the same priority as the start server window. --- src/window.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/window.cpp b/src/window.cpp index 33b48916af..abef420b6e 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -914,6 +914,7 @@ static uint GetWindowZPriority(const Window *w) case WC_NETWORK_STATUS_WINDOW: ++z_priority; + case WC_GENERATE_LANDSCAPE: case WC_SAVELOAD: case WC_GAME_OPTIONS: case WC_CUSTOM_CURRENCY: