changeset 18669:6df688ae093c draft

(svn r23517) -Fix (r23336, etc.): Give map generation window the same priority as the start server window.
author frosch <frosch@openttd.org>
date Wed, 14 Dec 2011 20:47:33 +0000
parents 9e7ffd4f9358
children 1d4ff78e6914
files src/window.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -914,6 +914,7 @@
 		case WC_NETWORK_STATUS_WINDOW:
 			++z_priority;
 
+		case WC_GENERATE_LANDSCAPE:
 		case WC_SAVELOAD:
 		case WC_GAME_OPTIONS:
 		case WC_CUSTOM_CURRENCY: