From 66d1848f5e1b99e7e8884ad20203c617ca671b31 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: