mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-17 02:42:45 +00:00
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
@ -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…
x
Reference in New Issue
Block a user