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 5ed8481a9..71d3ff4ff 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -222,6 +222,7 @@ static void createGuiWindows()
inventoryWindow = new InventoryWindow(PlayerInfo::getInventory());
inventoryWindow->postInit();
shopWindow = new ShopWindow;
+ shopWindow->postInit();
skillDialog = new SkillDialog;
minimap = new Minimap;
debugWindow = new DebugWindow;