summaryrefslogtreecommitdiff
path: root/src/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index da4eb336..13563e66 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -151,8 +151,7 @@ void Engine::changeMap(const std::string &mapPath)
#ifdef EATHENA_SUPPORT
// Send "map loaded"
- MessageOut outMsg(mNetwork);
- outMsg.writeInt16(CMSG_MAP_LOADED);
+ MessageOut outMsg(CMSG_MAP_LOADED);
#endif
}