summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-30 17:26:56 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-30 17:26:56 +0300
commita619290b502486ea5b1ff5dd604864ab78c5edc9 (patch)
treebafe213c8e2ed155ea09e9d91f9a4928306c815c /src/game.cpp
parent2774a0c9ea6b06c000c60dbcc602862ced0a17b8 (diff)
downloadplus-a619290b502486ea5b1ff5dd604864ab78c5edc9.tar.gz
plus-a619290b502486ea5b1ff5dd604864ab78c5edc9.tar.bz2
plus-a619290b502486ea5b1ff5dd604864ab78c5edc9.tar.xz
plus-a619290b502486ea5b1ff5dd604864ab78c5edc9.zip
Fix compilation without eathena.
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 6d14184b8..00f07d2b6 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -319,7 +319,9 @@ static void destroyGuiWindows()
delete2(statusWindow)
delete2(miniStatusWindow)
delete2(inventoryWindow)
+#ifdef EATHENA_SUPPORT
delete2(cartWindow)
+#endif
delete2(shopWindow)
delete2(skillDialog)
delete2(minimap)