Fixed not working Converter, closes #574

master
krzys-h 2015-08-18 19:38:58 +02:00
parent 118ceaa099
commit eef76a9b29
1 changed files with 1 additions and 0 deletions

View File

@ -422,6 +422,7 @@ bool CAutoConvert::SearchVehicle()
for (CObject* obj : CObjectManager::GetInstancePointer()->GetAllObjects())
{
if (obj == m_object) continue;
ObjectType type = obj->GetType();
if ( type == OBJECT_STONE ) continue;