diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-05-01 19:06:50 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-05-01 19:06:50 +0000 |
commit | 893cde9e754b805f1e62c517740919c04d9490e0 (patch) | |
tree | 90d31107c2097378ad1a7512726f540a55e0b8cb /src/gui/equipment.cpp | |
parent | 5956605838be4419f7982ff25437b73c4e6f700e (diff) | |
download | mana-893cde9e754b805f1e62c517740919c04d9490e0.tar.gz mana-893cde9e754b805f1e62c517740919c04d9490e0.tar.bz2 mana-893cde9e754b805f1e62c517740919c04d9490e0.tar.xz mana-893cde9e754b805f1e62c517740919c04d9490e0.zip |
this should update arrows counter when picking up
Diffstat (limited to 'src/gui/equipment.cpp')
-rw-r--r-- | src/gui/equipment.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/equipment.cpp b/src/gui/equipment.cpp index e55b01b6..5393459f 100644 --- a/src/gui/equipment.cpp +++ b/src/gui/equipment.cpp @@ -108,3 +108,8 @@ void EquipmentWindow::setArrows(int id) { arrows = id; } + +int EquipmentWindow::getArrows() +{ + return arrows; +} |