forked from teamnwah/openmw-tes3coop
disabled and deleted objects where not correctly ignored during adding objects to a cell when it became active
This commit is contained in:
parent
918cdcffc2
commit
feaf2b43fb
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ namespace
|
||||||
|
|
||||||
++current;
|
++current;
|
||||||
|
|
||||||
if (it->mData.getCount() || it->mData.isEnabled())
|
if (it->mData.getCount() && it->mData.isEnabled())
|
||||||
{
|
{
|
||||||
MWWorld::Ptr ptr (&*it, &cell);
|
MWWorld::Ptr ptr (&*it, &cell);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue