Changeset - r18528:6cae89e8c063
[Not reviewed]
master
0 1 0
yexo - 13 years ago 2011-12-01 11:57:25
yexo@openttd.org
(svn r23382) -Fix [FS#4845] (r23336): NewGRF window and content download window were always hidden under the saveload window
1 file changed with 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/window.cpp
Show inline comments
 
@@ -905,12 +905,13 @@ static uint GetWindowZPriority(const Win
 

	
 
		case WC_ERRMSG:
 
		case WC_CONFIRM_POPUP_QUERY:
 
		case WC_MODAL_PROGRESS:
 
		case WC_NETWORK_STATUS_WINDOW:
 
			++z_priority;
 

	
 
		case WC_SAVELOAD:
 
			++z_priority;
 

	
 
		case WC_MODAL_PROGRESS:
 
		case WC_GAME_OPTIONS:
 
		case WC_NETWORK_WINDOW:
 
			++z_priority;
 

	
 
		case WC_CONSOLE:
0 comments (0 inline, 0 general)