summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
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);