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

@ -42,7 +42,7 @@ CEntity::CEntity(void)
bUseCollisionRecords = false;
bWasPostponed = false;
m_flagB2 = false;
bExplosionProof = false;
bIsVisible = true;
bHasCollided = false;
bRenderScorched = false;

View File

@ -50,7 +50,7 @@ public:
// flagsB
uint32 bWasPostponed : 1;
uint32 m_flagB2 : 1; // explosion proof?
uint32 bExplosionProof : 1;
uint32 bIsVisible : 1;
uint32 bHasCollided : 1; //
uint32 bRenderScorched : 1;