mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 06:09:42 +00:00
Always add xbase_anim
This commit is contained in:
parent
24ae9f4ac1
commit
2b38d10449
1 changed files with 5 additions and 0 deletions
|
@ -474,7 +474,12 @@ void NpcAnimation::updateNpcBase()
|
|||
|
||||
if(mViewMode != VM_FirstPerson)
|
||||
{
|
||||
const std::string base = "meshes\\xbase_anim.nif";
|
||||
if (smodel != base)
|
||||
addAnimSource(base);
|
||||
|
||||
addAnimSource(smodel);
|
||||
|
||||
if(!isWerewolf)
|
||||
{
|
||||
if(Misc::StringUtils::lowerCase(mNpc->mRace).find("argonian") != std::string::npos)
|
||||
|
|
Loading…
Reference in a new issue