diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index 767dfff5f..ad6c04a28 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -391,6 +391,8 @@ Game::Game() : initEngines(); + chatWindow->postConnection(); + // Initialize beings if (actorManager) actorManager->setPlayer(localPlayer); |