From 74e429575a1ace40339e3a7c73250548aec85247 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Oct 2013 21:26:49 +0300 Subject: move virtual member calls from serverdialog constuctor into postInit. --- src/client.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client.cpp') 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 { -- cgit v1.2.3-60-g2f50