summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-19 13:37:24 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:25 +0300
commit9e7105682e11210df656346bf42c66b2d3e6b60e (patch)
tree5216296d2dab26e00d1149aea6bf0d4ac59d5d0f /src/client.cpp
parentb54549e4635fcbea922d42f2d5454b0f84ebe383 (diff)
downloadplus-9e7105682e11210df656346bf42c66b2d3e6b60e.tar.gz
plus-9e7105682e11210df656346bf42c66b2d3e6b60e.tar.bz2
plus-9e7105682e11210df656346bf42c66b2d3e6b60e.tar.xz
plus-9e7105682e11210df656346bf42c66b2d3e6b60e.zip
move virtual member calls from updaterwindow constructor into postInit.
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp1
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;