diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index 1e8d19398..415f71bec 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -207,7 +207,7 @@ static void createGuiWindows() // Create dialogs emoteWindow = new EmoteWindow; chatWindow = new ChatWindow; - chatWindow->updateVisibility(); + chatWindow->postInit(); tradeWindow = new TradeWindow; equipmentWindow = new EquipmentWindow(PlayerInfo::getEquipment(), player_node); |