summaryrefslogtreecommitdiff
path: root/src/gui/inventory.cpp
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2004-10-02 10:40:58 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2004-10-02 10:40:58 +0000
commitace84beb9ef458b49d2c502c13f70c1aa6cc5da3 (patch)
tree7c034cb33f3c2c317a3acb98f44adc34b53d5df5 /src/gui/inventory.cpp
parentcc2cf7a80788b725b5ce4ba616969172c62e9f8b (diff)
downloadmana-client-ace84beb9ef458b49d2c502c13f70c1aa6cc5da3.tar.gz
mana-client-ace84beb9ef458b49d2c502c13f70c1aa6cc5da3.tar.bz2
mana-client-ace84beb9ef458b49d2c502c13f70c1aa6cc5da3.tar.xz
mana-client-ace84beb9ef458b49d2c502c13f70c1aa6cc5da3.zip
*** empty log message ***
Diffstat (limited to 'src/gui/inventory.cpp')
-rw-r--r--src/gui/inventory.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/inventory.cpp b/src/gui/inventory.cpp
index 6b806f1d..2bf7474a 100644
--- a/src/gui/inventory.cpp
+++ b/src/gui/inventory.cpp
@@ -106,6 +106,5 @@ int TmwInventory::use_item(int index, int id) {
// Note: id is dest of item, usually player_node->account_ID
WFIFOSET(8);
while((out_size>0))flush();
-
return 0;
}