Changeset - r18539:9f12f738ccfe
[Not reviewed]
master
0 1 0
yexo - 13 years ago 2011-12-02 11:48:54
yexo@openttd.org
(svn r23393) -Fix (r23382): AI / NewGRF sub-windows were now hidden under their parent windows
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/window.cpp
Show inline comments
 
@@ -912,6 +912,10 @@ static uint GetWindowZPriority(const Win
 
		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)