diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-19 13:37:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-19 15:12:25 +0300 |
commit | 9e7105682e11210df656346bf42c66b2d3e6b60e (patch) | |
tree | 5216296d2dab26e00d1149aea6bf0d4ac59d5d0f /src/client.cpp | |
parent | b54549e4635fcbea922d42f2d5454b0f84ebe383 (diff) | |
download | manaverse-9e7105682e11210df656346bf42c66b2d3e6b60e.tar.gz manaverse-9e7105682e11210df656346bf42c66b2d3e6b60e.tar.bz2 manaverse-9e7105682e11210df656346bf42c66b2d3e6b60e.tar.xz manaverse-9e7105682e11210df656346bf42c66b2d3e6b60e.zip |
move virtual member calls from updaterwindow constructor into postInit.
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index 59ce01f75..222322f22 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1362,6 +1362,7 @@ int Client::gameExec() mOldUpdates, mOptions.dataPath.empty(), loginData.updateType); + mCurrentDialog->postInit(); } BLOCK_END("Client::gameExec STATE_UPDATE") break; |