summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-18 22:45:26 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:22 +0300
commit799ff280e470e19fdb617f828962c49f561a22d7 (patch)
treefd8b5b2ab6f302577b2e54c39d1505418c15284e /src/game.cpp
parente78d28f8c13cb1ddcf0450a5afe51afd0e34aa08 (diff)
downloadplus-799ff280e470e19fdb617f828962c49f561a22d7.tar.gz
plus-799ff280e470e19fdb617f828962c49f561a22d7.tar.bz2
plus-799ff280e470e19fdb617f828962c49f561a22d7.tar.xz
plus-799ff280e470e19fdb617f828962c49f561a22d7.zip
move virtual member calls from skilldialog constuctor into postInit.
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 71d3ff4ff..a54bfd670 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -224,6 +224,7 @@ static void createGuiWindows()
shopWindow = new ShopWindow;
shopWindow->postInit();
skillDialog = new SkillDialog;
+ skillDialog->postInit();
minimap = new Minimap;
debugWindow = new DebugWindow;
debugWindow->postInit();