(svn r4313) The parent window of the chat box is always the main toolbar (?!), therefore don't pass this information as parameter

This commit is contained in:
tron
2006-04-07 09:00:57 +00:00
parent 7a7e7c82cf
commit 3ef6afdb4d
3 changed files with 5 additions and 5 deletions

View File

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