mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-20 16:41:33 +00:00
Play the correct medium armor foot sounds
This commit is contained in:
parent
db4f34b332
commit
a34f0de3e1
1 changed files with 2 additions and 2 deletions
|
@ -877,7 +877,7 @@ namespace MWClass
|
||||||
case ESM::Skill::LightArmor:
|
case ESM::Skill::LightArmor:
|
||||||
return "FootLightLeft";
|
return "FootLightLeft";
|
||||||
case ESM::Skill::MediumArmor:
|
case ESM::Skill::MediumArmor:
|
||||||
return "FootMediumLeft";
|
return "FootMedLeft";
|
||||||
case ESM::Skill::HeavyArmor:
|
case ESM::Skill::HeavyArmor:
|
||||||
return "FootHeavyLeft";
|
return "FootHeavyLeft";
|
||||||
}
|
}
|
||||||
|
@ -902,7 +902,7 @@ namespace MWClass
|
||||||
case ESM::Skill::LightArmor:
|
case ESM::Skill::LightArmor:
|
||||||
return "FootLightRight";
|
return "FootLightRight";
|
||||||
case ESM::Skill::MediumArmor:
|
case ESM::Skill::MediumArmor:
|
||||||
return "FootMediumRight";
|
return "FootMedRight";
|
||||||
case ESM::Skill::HeavyArmor:
|
case ESM::Skill::HeavyArmor:
|
||||||
return "FootHeavyRight";
|
return "FootHeavyRight";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue