summaryrefslogtreecommitdiff
path: root/src/gui/popups
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-05 17:15:59 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-05 17:15:59 +0300
commit45460ca58b3cbf6d92fe3cac1311bbfc9d00e841 (patch)
tree5f7da40a39218322b09338d990bf2bda4cd49b80 /src/gui/popups
parent84c27f3885cc075070876603c223b00fc763eb43 (diff)
downloadManaVerse-45460ca58b3cbf6d92fe3cac1311bbfc9d00e841.tar.gz
ManaVerse-45460ca58b3cbf6d92fe3cac1311bbfc9d00e841.tar.bz2
ManaVerse-45460ca58b3cbf6d92fe3cac1311bbfc9d00e841.tar.xz
ManaVerse-45460ca58b3cbf6d92fe3cac1311bbfc9d00e841.zip
Build parts of inventorytype.h only if supported server enabled.
Diffstat (limited to 'src/gui/popups')
-rw-r--r--src/gui/popups/popupmenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/popups/popupmenu.cpp b/src/gui/popups/popupmenu.cpp
index 591ccf540..5470d7b2e 100644
--- a/src/gui/popups/popupmenu.cpp
+++ b/src/gui/popups/popupmenu.cpp
@@ -1711,10 +1711,10 @@ void PopupMenu::showPopup(Window *const parent,
}
break;
- case InventoryType::CART:
case InventoryType::TRADE:
case InventoryType::NPC:
#ifdef EATHENA_SUPPORT
+ case InventoryType::CART:
case InventoryType::VENDING:
case InventoryType::MAIL:
#endif