mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-13 21:40:11 +00:00
Play the correct medium armor foot sounds
This commit is contained in:
parent
db4f34b332
commit
a34f0de3e1
@ -877,7 +877,7 @@ namespace MWClass
|
||||
case ESM::Skill::LightArmor:
|
||||
return "FootLightLeft";
|
||||
case ESM::Skill::MediumArmor:
|
||||
return "FootMediumLeft";
|
||||
return "FootMedLeft";
|
||||
case ESM::Skill::HeavyArmor:
|
||||
return "FootHeavyLeft";
|
||||
}
|
||||
@ -902,7 +902,7 @@ namespace MWClass
|
||||
case ESM::Skill::LightArmor:
|
||||
return "FootLightRight";
|
||||
case ESM::Skill::MediumArmor:
|
||||
return "FootMediumRight";
|
||||
return "FootMedRight";
|
||||
case ESM::Skill::HeavyArmor:
|
||||
return "FootHeavyRight";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user