From 593fe4be5b47a5c25087315667c43125070b2e97 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Wed, 1 Oct 2008 22:20:24 +0000 Subject: Reduced arrow equipping so that it only does what it needs to do. Hopefully, this is the arrow bug. If not, then there's no way that this bug is not shared by both TMW and Aethyra. --- src/equipment.cpp | 11 ----------- src/equipment.h | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) (limited to 'src') diff --git a/src/equipment.cpp b/src/equipment.cpp index 9a87c6b5..b2d5e609 100644 --- a/src/equipment.cpp +++ b/src/equipment.cpp @@ -54,14 +54,3 @@ void Equipment::setEquipment(int index, Item *item) mEquipment[index] = item; item->setEquipped(true); } - -void Equipment::setArrows(Item *arrows) -{ - if (mArrows) - mArrows->setEquipped(false); - - mArrows = arrows; - - if (arrows) - arrows->setEquipped(true); -} diff --git a/src/equipment.h b/src/equipment.h index e497a156..7977894a 100644 --- a/src/equipment.h +++ b/src/equipment.h @@ -71,7 +71,7 @@ class Equipment * Set the item used in the arrow slot. */ void - setArrows(Item *arrows); + setArrows(Item *arrows) {mArrows = arrows;} private: Item *mEquipment[EQUIPMENT_SIZE]; -- cgit v1.2.3-70-g09d2