diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index b17646730..e20b6c5df 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -191,6 +191,7 @@ static void createGuiWindows() // Create dialogs chatWindow = new ChatWindow; + chatWindow->updateVisibility(); tradeWindow = new TradeWindow; equipmentWindow = new EquipmentWindow(PlayerInfo::getEquipment(), player_node); |