mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-17 03:16:34 +00:00
Fix rebase fallout
This commit is contained in:
parent
39cc893639
commit
30cfb42ed1
1 changed files with 1 additions and 1 deletions
|
@ -1159,7 +1159,7 @@ namespace MWMechanics
|
|||
else if (action == "shoot release")
|
||||
{
|
||||
// See notes for melee release above
|
||||
if (mAttackStrength != -1.f && mAnimation)
|
||||
if (mReadyToHit)
|
||||
{
|
||||
mAnimation->releaseArrow(mAttackStrength);
|
||||
mReadyToHit = false;
|
||||
|
|
Loading…
Reference in a new issue