Fixed falling OrgaMatter object destruction

master
krzys-h 2015-08-13 19:04:15 +02:00
parent bfd3a5b23c
commit 08afa4b134
1 changed files with 1 additions and 1 deletions

View File

@ -2198,7 +2198,7 @@ CObject* CPyro::FallSearchBeeExplo()
for (CObject* obj : CObjectManager::GetInstancePointer()->GetAllObjects())
{
if ( obj->Implements(ObjectInterfaceType::Destroyable) ) continue;
if ( !obj->Implements(ObjectInterfaceType::Destroyable) ) continue;
if (IsObjectBeingTransported(obj)) continue;