|
|
|
@ -811,6 +811,8 @@ void NpcAnimation::addPartGroup(int group, int priority, const std::vector<ESM::
|
|
|
|
|
bodypart->mData.mPart == ESM::BodyPart::MP_Upperarm))
|
|
|
|
|
bodypart = NULL;
|
|
|
|
|
}
|
|
|
|
|
else if (!bodypart)
|
|
|
|
|
std::cerr << "Failed to find body part '" << part->mFemale << "'" << std::endl;
|
|
|
|
|
}
|
|
|
|
|
if(!bodypart && !part->mMale.empty())
|
|
|
|
|
{
|
|
|
|
@ -824,6 +826,8 @@ void NpcAnimation::addPartGroup(int group, int priority, const std::vector<ESM::
|
|
|
|
|
bodypart->mData.mPart == ESM::BodyPart::MP_Upperarm))
|
|
|
|
|
bodypart = NULL;
|
|
|
|
|
}
|
|
|
|
|
else if (!bodypart)
|
|
|
|
|
std::cerr << "Failed to find body part '" << part->mMale << "'" << std::endl;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if(bodypart)
|
|
|
|
|