(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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user