Changeset - r18568:78f6bf0b2c38
[Not reviewed]
master
0 1 0
alberth - 12 years ago 2011-12-04 11:58:56
alberth@openttd.org
(svn r23423) -Revert (r23421): NewGRF windows may not be moved to normal priority.
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/window.cpp
Show inline comments
 
@@ -914,7 +914,12 @@ static uint GetWindowZPriority(const Win
 
			++z_priority;
 

	
 
		case WC_SAVELOAD:
 
		case WC_GAME_OPTIONS:
 
		case WC_NETWORK_WINDOW:
 
		case WC_GRF_PARAMETERS:
 
		case WC_NEWGRF_TEXTFILE:
 
		case WC_AI_LIST:
 
		case WC_AI_SETTINGS:
 
			++z_priority;
 

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