summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 2693cec1d..e7ab0cb10 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -416,6 +416,9 @@ Game::Game() :
initEngines();
chatWindow->postConnection();
+#ifdef EATHENA_SUPPORT
+ mailWindow->postConnection();
+#endif
// Initialize beings
if (actorManager)