mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 12:53:53 +00:00
Remove a duplicate showWeapons call
This commit is contained in:
parent
e8661794fe
commit
3c5c10144a
1 changed files with 0 additions and 2 deletions
|
@ -341,8 +341,6 @@ void NpcAnimation::updateParts(bool forceupdate)
|
||||||
if (mPartPriorities[part] < 1 && bodypart)
|
if (mPartPriorities[part] < 1 && bodypart)
|
||||||
addOrReplaceIndividualPart(part, -1,1, "meshes\\"+bodypart->mModel);
|
addOrReplaceIndividualPart(part, -1,1, "meshes\\"+bodypart->mModel);
|
||||||
}
|
}
|
||||||
|
|
||||||
showWeapons(mShowWeapons);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
NifOgre::ObjectList NpcAnimation::insertBoundedPart(const std::string &model, int group, const std::string &bonename)
|
NifOgre::ObjectList NpcAnimation::insertBoundedPart(const std::string &model, int group, const std::string &bonename)
|
||||||
|
|
Loading…
Reference in a new issue