disabled and deleted objects where not correctly ignored during adding objects to a cell when it became active

actorid
Marc Zinnschlag 12 years ago
parent 918cdcffc2
commit feaf2b43fb

@ -41,7 +41,7 @@ namespace
++current;
if (it->mData.getCount() || it->mData.isEnabled())
if (it->mData.getCount() && it->mData.isEnabled())
{
MWWorld::Ptr ptr (&*it, &cell);

Loading…
Cancel
Save