mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-13 13:21: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)
|
if(mViewMode != VM_FirstPerson)
|
||||||
{
|
{
|
||||||
|
const std::string base = "meshes\\xbase_anim.nif";
|
||||||
|
if (smodel != base)
|
||||||
|
addAnimSource(base);
|
||||||
|
|
||||||
addAnimSource(smodel);
|
addAnimSource(smodel);
|
||||||
|
|
||||||
if(!isWerewolf)
|
if(!isWerewolf)
|
||||||
{
|
{
|
||||||
if(Misc::StringUtils::lowerCase(mNpc->mRace).find("argonian") != std::string::npos)
|
if(Misc::StringUtils::lowerCase(mNpc->mRace).find("argonian") != std::string::npos)
|
||||||
|
|
Loading…
Reference in a new issue