diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-12-24 12:48:40 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-12-24 12:48:40 +0000 |
commit | ad916910b34d91db78c5eb6dc966745117bd0d6f (patch) | |
tree | 7cbc1f41d49a5715b723c325fdbf6f3aa7e5ebd9 /src/net | |
parent | 657f2b37b3b0b349cc7094541c6ade7d3d8e329d (diff) | |
download | mana-ad916910b34d91db78c5eb6dc966745117bd0d6f.tar.gz mana-ad916910b34d91db78c5eb6dc966745117bd0d6f.tar.bz2 mana-ad916910b34d91db78c5eb6dc966745117bd0d6f.tar.xz mana-ad916910b34d91db78c5eb6dc966745117bd0d6f.zip |
Disabled non-functional item shortcut window.
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/inventoryhandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/inventoryhandler.cpp b/src/net/inventoryhandler.cpp index 7ed7e38d..9e18f23c 100644 --- a/src/net/inventoryhandler.cpp +++ b/src/net/inventoryhandler.cpp @@ -30,7 +30,7 @@ #include "../resources/iteminfo.h" #include "../item.h" -#include "../itemshortcut.h" +//#include "../itemshortcut.h" #include "../localplayer.h" #include "../gui/chat.h" @@ -80,7 +80,7 @@ void InventoryHandler::handleMessage(MessageIn *msg) player_node->getInvItem(index)->setEquipment(true); } } - itemShortcut->load(); + //itemShortcut->load(); break; case SMSG_PLAYER_INVENTORY_ADD: |