summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-18 00:02:21 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:18 +0300
commit35e551f6a0a7836520c66f523c37a4952a3e5c34 (patch)
treea55e5587bcdb07c84e160749f5250b56e3b06b43 /src/game.cpp
parentb0e9e564c2cf081e512798f157dbbaebd7b99983 (diff)
downloadplus-35e551f6a0a7836520c66f523c37a4952a3e5c34.tar.gz
plus-35e551f6a0a7836520c66f523c37a4952a3e5c34.tar.bz2
plus-35e551f6a0a7836520c66f523c37a4952a3e5c34.tar.xz
plus-35e551f6a0a7836520c66f523c37a4952a3e5c34.zip
move virtual member calls from debugwindow 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 415f71bec..61fa1dddf 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -220,6 +220,7 @@ static void createGuiWindows()
skillDialog = new SkillDialog;
minimap = new Minimap;
debugWindow = new DebugWindow;
+ debugWindow->postInit();
itemShortcutWindow = new ShortcutWindow(
"ItemShortcut", "items.xml", 83, 460);