mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-08 23:34:15 +00:00
(svn r23722) -Change: Give the chat query window the same Z priority as the normal text query window.
This commit is contained in:
parent
c4e2dfdd89
commit
4027e58ba3
@ -985,6 +985,7 @@ static uint GetWindowZPriority(const Window *w)
|
||||
++z_priority;
|
||||
|
||||
case WC_QUERY_STRING:
|
||||
case WC_SEND_NETWORK_MSG:
|
||||
++z_priority;
|
||||
|
||||
case WC_ERRMSG:
|
||||
@ -1007,7 +1008,6 @@ static uint GetWindowZPriority(const Window *w)
|
||||
case WC_CONSOLE:
|
||||
++z_priority;
|
||||
|
||||
case WC_SEND_NETWORK_MSG:
|
||||
case WC_NEWS_WINDOW:
|
||||
++z_priority;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user