Changeset - r18863:da26faea94f5
[Not reviewed]
master
0 1 0
frosch - 13 years ago 2012-01-03 00:22:14
frosch@openttd.org
(svn r23722) -Change: Give the chat query window the same Z priority as the normal text query window.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/window.cpp
Show inline comments
 
@@ -985,6 +985,7 @@ static uint GetWindowZPriority(const Win
 
			++z_priority;
 

	
 
		case WC_QUERY_STRING:
 
		case WC_SEND_NETWORK_MSG:
 
			++z_priority;
 

	
 
		case WC_ERRMSG:
 
@@ -1007,7 +1008,6 @@ static uint GetWindowZPriority(const Win
 
		case WC_CONSOLE:
 
			++z_priority;
 

	
 
		case WC_SEND_NETWORK_MSG:
 
		case WC_NEWS_WINDOW:
 
			++z_priority;
 

	
0 comments (0 inline, 0 general)