changeset 18873:2b302b40fba9 draft

(svn r23722) -Change: Give the chat query window the same Z priority as the normal text query window.
author frosch <frosch@openttd.org>
date Tue, 03 Jan 2012 00:22:14 +0000
parents f3facf7249aa
children cbdefaa36526
files src/window.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -985,6 +985,7 @@
 			++z_priority;
 
 		case WC_QUERY_STRING:
+		case WC_SEND_NETWORK_MSG:
 			++z_priority;
 
 		case WC_ERRMSG:
@@ -1007,7 +1008,6 @@
 		case WC_CONSOLE:
 			++z_priority;
 
-		case WC_SEND_NETWORK_MSG:
 		case WC_NEWS_WINDOW:
 			++z_priority;