CAutomobile ctor, car spawner, fixes

This commit is contained in:
aap
2019-07-19 11:57:12 +02:00
parent 26502ee30a
commit 59145cea83
10 changed files with 230 additions and 48 deletions

View File

@ -93,7 +93,7 @@ CObjectData::SetObjectData(int32 modelId, CObject &object)
if(object.m_fMass >= 99998.0){
object.bInfiniteMass = true;
object.bAffectedByGravity = false;
object.m_flagB2 = true;
object.bExplosionProof = true;
}
}