diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-18 00:02:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-19 15:12:18 +0300 |
commit | 35e551f6a0a7836520c66f523c37a4952a3e5c34 (patch) | |
tree | a55e5587bcdb07c84e160749f5250b56e3b06b43 /src/game.cpp | |
parent | b0e9e564c2cf081e512798f157dbbaebd7b99983 (diff) | |
download | ManaVerse-35e551f6a0a7836520c66f523c37a4952a3e5c34.tar.gz ManaVerse-35e551f6a0a7836520c66f523c37a4952a3e5c34.tar.bz2 ManaVerse-35e551f6a0a7836520c66f523c37a4952a3e5c34.tar.xz ManaVerse-35e551f6a0a7836520c66f523c37a4952a3e5c34.zip |
move virtual member calls from debugwindow constuctor into postInit.
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 1 |
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); |