mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
Do not use swish sound for ranged weapons
This commit is contained in:
parent
53e581fe10
commit
f9ca08a984
@ -1788,7 +1788,9 @@ bool CharacterController::updateWeaponState(CharacterState& idle)
|
|||||||
mUpperBodyState = UpperCharState_MinAttackToMaxAttack;
|
mUpperBodyState = UpperCharState_MinAttackToMaxAttack;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
playSwishSound(0.0f);
|
|
||||||
|
if(weapclass != ESM::WeaponType::Ranged && weapclass != ESM::WeaponType::Thrown)
|
||||||
|
playSwishSound(0.0f);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(mAttackType == "shoot")
|
if(mAttackType == "shoot")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user