fix for scrawl

actorid
mrcheko 11 years ago
parent f2ad1c18f2
commit 5357f569e6

@ -358,7 +358,7 @@ namespace MWMechanics
return new AiCombat(*this);
}
static void determineAttackType(const MWWorld::Ptr& actor, MWMechanics::Movement &movement)
void MWMechanics::determineAttackType(const MWWorld::Ptr& actor, MWMechanics::Movement &movement)
{
if (movement.mPosition[0] && !movement.mPosition[1]) //sideway
actor.getClass().getCreatureStats(actor).setAttackType(MWMechanics::CreatureStats::AT_Slash);
@ -368,7 +368,7 @@ namespace MWMechanics
actor.getClass().getCreatureStats(actor).setAttackType(MWMechanics::CreatureStats::AT_Chop);
}
static void chooseBestAttack(const ESM::Weapon* weapon, MWMechanics::Movement &movement)
void MWMechanics::chooseBestAttack(const ESM::Weapon* weapon, MWMechanics::Movement &movement)
{
//the more damage attackType deals the more probability it has

Loading…
Cancel
Save