summaryrefslogtreecommitdiff
path: root/src/net/eathena/npchandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-18 17:28:44 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:21 +0300
commit85eebe87172021e63267515c6a7964efccb6015c (patch)
tree327af5e352a875fe3eaf9202a88e6038a06aa083 /src/net/eathena/npchandler.cpp
parent1389a0367d37c07ddd4105651a82fa30b407d08a (diff)
downloadplus-85eebe87172021e63267515c6a7964efccb6015c.tar.gz
plus-85eebe87172021e63267515c6a7964efccb6015c.tar.bz2
plus-85eebe87172021e63267515c6a7964efccb6015c.tar.xz
plus-85eebe87172021e63267515c6a7964efccb6015c.zip
move virtual member calls from mpcdialog constuctor into postInit.
Diffstat (limited to 'src/net/eathena/npchandler.cpp')
-rw-r--r--src/net/eathena/npchandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/npchandler.cpp b/src/net/eathena/npchandler.cpp
index 8ca545adf..05d6bb0b1 100644
--- a/src/net/eathena/npchandler.cpp
+++ b/src/net/eathena/npchandler.cpp
@@ -222,6 +222,7 @@ int NpcHandler::getNpc(Net::MessageIn &msg, const bool haveLength)
else
{
mDialog = new NpcDialog(npcId);
+ mDialog->postInit();
mDialog->saveCamera();
if (player_node)
player_node->stopWalking(false);