diff options
| author | aap <aap@papnet.eu> | 2019-07-19 11:57:12 +0200 |
|---|---|---|
| committer | aap <aap@papnet.eu> | 2019-07-19 11:57:12 +0200 |
| commit | 59145cea83da6d0ade8221dbe8c1469be8084ea0 (patch) | |
| tree | 3f6dde8e3840e5ebe641f6666c6d790f4a1f1950 /src/entities/Entity.h | |
| parent | *cough* (diff) | |
| download | re3-59145cea83da6d0ade8221dbe8c1469be8084ea0.tar.gz | |
CAutomobile ctor, car spawner, fixes
Diffstat (limited to 'src/entities/Entity.h')
| -rw-r--r-- | src/entities/Entity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/Entity.h b/src/entities/Entity.h index 69fd6eea..ff43903f 100644 --- a/src/entities/Entity.h +++ b/src/entities/Entity.h @@ -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; |
