forked from mirror/openmw-tes3mp
fix bows
This commit is contained in:
parent
701ff94887
commit
66e3eacace
1 changed files with 2 additions and 1 deletions
|
@ -528,7 +528,8 @@ void CharacterController::update(float duration, Movement &movement)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(weaptype != WeapType_PickProbe)
|
if(weaptype != WeapType_PickProbe && weaptype != WeapType_BowAndArrow
|
||||||
|
&& weaptype != WeapType_Crossbow && weaptype != WeapType_ThowWeapon)
|
||||||
{
|
{
|
||||||
std::string weapgroup;
|
std::string weapgroup;
|
||||||
getWeaponGroup(mWeaponType, weapgroup);
|
getWeaponGroup(mWeaponType, weapgroup);
|
||||||
|
|
Loading…
Reference in a new issue