diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-04-01 11:09:41 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-04-01 11:09:41 -0600 |
commit | 2a11fd111231a7e40c560e0240578a2b4a2126c2 (patch) | |
tree | e6024c5e40fc96ad4ec85b8e4136a4982a35eb02 /src/gui/popupmenu.cpp | |
parent | 33048e36c1fdc642459b0101ad0ab9c63807a3e7 (diff) | |
download | mana-client-2a11fd111231a7e40c560e0240578a2b4a2126c2.tar.gz mana-client-2a11fd111231a7e40c560e0240578a2b4a2126c2.tar.bz2 mana-client-2a11fd111231a7e40c560e0240578a2b4a2126c2.tar.xz mana-client-2a11fd111231a7e40c560e0240578a2b4a2126c2.zip |
Make eAthena's inventory handler
Also cleanup some related #ifdefs in LocalPlayer.
Diffstat (limited to 'src/gui/popupmenu.cpp')
-rw-r--r-- | src/gui/popupmenu.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/popupmenu.cpp b/src/gui/popupmenu.cpp index d0281c1f..41e266a5 100644 --- a/src/gui/popupmenu.cpp +++ b/src/gui/popupmenu.cpp @@ -268,11 +268,7 @@ void PopupMenu::handleLink(const std::string &link) } else { -#ifdef TMWSERV_SUPPORT - player_node->useItem(mItem->getInvIndex()); -#else player_node->useItem(mItem); -#endif } } |