Changeset - r18659:1127876e57ea
[Not reviewed]
master
0 1 0
frosch - 12 years ago 2011-12-14 20:47:33
frosch@openttd.org
(svn r23517) -Fix (r23336, etc.): Give map generation window the same priority as the start server window.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/window.cpp
Show inline comments
 
@@ -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:
0 comments (0 inline, 0 general)