diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-05 17:15:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-05 17:15:59 +0300 |
commit | 45460ca58b3cbf6d92fe3cac1311bbfc9d00e841 (patch) | |
tree | 5f7da40a39218322b09338d990bf2bda4cd49b80 /src/gui/popups/popupmenu.cpp | |
parent | 84c27f3885cc075070876603c223b00fc763eb43 (diff) | |
download | plus-45460ca58b3cbf6d92fe3cac1311bbfc9d00e841.tar.gz plus-45460ca58b3cbf6d92fe3cac1311bbfc9d00e841.tar.bz2 plus-45460ca58b3cbf6d92fe3cac1311bbfc9d00e841.tar.xz plus-45460ca58b3cbf6d92fe3cac1311bbfc9d00e841.zip |
Build parts of inventorytype.h only if supported server enabled.
Diffstat (limited to 'src/gui/popups/popupmenu.cpp')
-rw-r--r-- | src/gui/popups/popupmenu.cpp | 2 |
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 |