(svn r22059) -Fix (r21179): Make the send chat message window follow the position of the status bar.

This commit is contained in:
terkhen
2011-02-11 18:24:12 +00:00
parent b187352663
commit 8196b03074
4 changed files with 17 additions and 2 deletions

View File

@@ -693,6 +693,7 @@ static bool v_PositionStatusbar(int32 p1)
if (_game_mode != GM_MENU) {
PositionStatusbar(NULL);
PositionNewsMessage(NULL);
PositionNetworkChatWindow(NULL);
}
return true;
}