From b7bb27910303ef1538e2cbb4093e452c77567739 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 23 Jan 2015 13:15:41 +0300 Subject: Add variable for cart window. --- src/game.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 0bdea76d5..f17c4ae65 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -185,6 +185,10 @@ static void createGuiWindows() miniStatusWindow = new MiniStatusWindow; inventoryWindow = new InventoryWindow(PlayerInfo::getInventory()); inventoryWindow->postInit(); +#ifdef EATHENA_SUPPORT + cartWindow = new InventoryWindow(PlayerInfo::getCartInventory()); + cartWindow->postInit(); +#endif shopWindow = new ShopWindow; shopWindow->postInit(); skillDialog = new SkillDialog; -- cgit v1.2.3-60-g2f50