mirror of
https://github.com/halpz/re3.git
synced 2025-07-20 19:09:48 +00:00
CAutomobile ctor, car spawner, fixes
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user