diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp index 56c2c69a..7a1f3eec 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -563,7 +563,7 @@ void Being::setAction(Action action, int attackType) case ATTACK: if (mEquippedWeapon) { - currentAction = mEquippedWeapon->getAttackType(); + currentAction = mEquippedWeapon->getWeaponAttackType(); reset(); } else |