(svn r4310) The chat box has no visible window title, therefore remove the string

This commit is contained in:
tron
2006-04-07 08:37:39 +00:00
parent fc8d7f18a0
commit dec2db09ee
27 changed files with 4 additions and 28 deletions

View File

@@ -332,7 +332,7 @@ void ShowNetworkChatQueryWindow(byte desttype, byte dest)
{
_rename_id = desttype + (dest << 8);
_rename_what = 2;
ShowChatWindow(STR_NETWORK_CHAT_QUERY_CAPTION, 150, 338, 1, 0);
ShowChatWindow(150, 338, 1, 0);
}
void ShowNetworkGiveMoneyWindow(byte player)