diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-18 21:26:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-19 15:12:22 +0300 |
commit | 74e429575a1ace40339e3a7c73250548aec85247 (patch) | |
tree | 077226742441d79a19c2b2cdf89b537d3b3ca33d /src/client.cpp | |
parent | 7db67f02a28449006a1fb872f82612fd9d89bb61 (diff) | |
download | plus-74e429575a1ace40339e3a7c73250548aec85247.tar.gz plus-74e429575a1ace40339e3a7c73250548aec85247.tar.bz2 plus-74e429575a1ace40339e3a7c73250548aec85247.tar.xz plus-74e429575a1ace40339e3a7c73250548aec85247.zip |
move virtual member calls from serverdialog constuctor 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 33b0ffbb0..4a22836c9 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1217,6 +1217,7 @@ int Client::gameExec() mCurrentDialog = new ServerDialog(&mCurrentServer, mConfigDir); + mCurrentDialog->postInit(); } else { |