diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-10-02 10:40:58 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-10-02 10:40:58 +0000 |
commit | ace84beb9ef458b49d2c502c13f70c1aa6cc5da3 (patch) | |
tree | 7c034cb33f3c2c317a3acb98f44adc34b53d5df5 /src/gui/inventory.cpp | |
parent | cc2cf7a80788b725b5ce4ba616969172c62e9f8b (diff) | |
download | mana-ace84beb9ef458b49d2c502c13f70c1aa6cc5da3.tar.gz mana-ace84beb9ef458b49d2c502c13f70c1aa6cc5da3.tar.bz2 mana-ace84beb9ef458b49d2c502c13f70c1aa6cc5da3.tar.xz mana-ace84beb9ef458b49d2c502c13f70c1aa6cc5da3.zip |
*** empty log message ***
Diffstat (limited to 'src/gui/inventory.cpp')
-rw-r--r-- | src/gui/inventory.cpp | 1 |
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; } |