|
|
|
@ -514,7 +514,7 @@ void NpcAnimation::updateNpcBase()
|
|
|
|
|
|
|
|
|
|
if(!is1stPerson)
|
|
|
|
|
{
|
|
|
|
|
const std::string& base = Settings::Manager::getString("xbaseanim", "Models");
|
|
|
|
|
const std::string base = Settings::Manager::getString("xbaseanim", "Models");
|
|
|
|
|
if (smodel != base && !isWerewolf)
|
|
|
|
|
addAnimSource(base, smodel);
|
|
|
|
|
|
|
|
|
@ -528,7 +528,7 @@ void NpcAnimation::updateNpcBase()
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
const std::string& base = Settings::Manager::getString("xbaseanim1st", "Models");
|
|
|
|
|
const std::string base = Settings::Manager::getString("xbaseanim1st", "Models");
|
|
|
|
|
if (smodel != base && !isWerewolf)
|
|
|
|
|
addAnimSource(base, smodel);
|
|
|
|
|
|
|
|
|
|