script fix, bomb fix, flying components fix

This commit is contained in:
Nikolay Korolev 2019-07-17 13:24:04 +03:00
parent 36f3a517f9
commit a9a62a8641
5 changed files with 8 additions and 4 deletions

View file

@ -1255,7 +1255,7 @@ CAutomobile::SpawnFlyingComponent(int32 component, uint32 type)
obj->m_fElasticity = 0.1f;
obj->m_fBuoyancy = obj->m_fMass*GRAVITY/0.75f;
obj->ObjectCreatedBy = TEMP_OBJECT;
obj->bIsStatic = true;
obj->bIsStatic = false;
obj->bIsPickup = false;
obj->bUseVehicleColours = true;
obj->m_colour1 = m_currentColour1;