summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 245e023e..b4e7847d 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -276,9 +276,6 @@ void Being::setAction(Action action)
case ATTACK:
if (mEquippedWeapon)
{
- currentAction = mEquippedWeapon->getAttackType();
- }
- else {
currentAction = ACTION_ATTACK;
}
for (int i = 0; i < VECTOREND_SPRITE; i++)