mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-17 09:29:22 +00:00
CAutomobile ctor, car spawner, fixes
This commit is contained in:
parent
26502ee30a
commit
59145cea83
10 changed files with 230 additions and 48 deletions
|
@ -42,7 +42,7 @@ CEntity::CEntity(void)
|
|||
bUseCollisionRecords = false;
|
||||
|
||||
bWasPostponed = false;
|
||||
m_flagB2 = false;
|
||||
bExplosionProof = false;
|
||||
bIsVisible = true;
|
||||
bHasCollided = false;
|
||||
bRenderScorched = false;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue