diff options
author | frosch <frosch@openttd.org> | 2011-12-14 20:47:33 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2011-12-14 20:47:33 +0000 |
commit | 66d1848f5e1b99e7e8884ad20203c617ca671b31 (patch) | |
tree | 908f6e40f5cd139455d2e5124355b5e7ecccf985 /src | |
parent | dad042585c6e70e46b0e74e06c5791ec71d93879 (diff) | |
download | openttd-66d1848f5e1b99e7e8884ad20203c617ca671b31.tar.xz |
(svn r23517) -Fix (r23336, etc.): Give map generation window the same priority as the start server window.
Diffstat (limited to 'src')
-rw-r--r-- | src/window.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.cpp b/src/window.cpp index 33b48916a..abef420b6 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: |