diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-06-18 14:34:35 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-06-18 14:34:35 +0200 |
commit | 886db44936757c4ace710b40713fbae1aa575c45 (patch) | |
tree | af3622689fedeac10516cfdcf5f3d1f0471746b6 /src/entities/Entity.h | |
parent | CPed fixes (diff) | |
parent | silly mistake in CFileLoader (diff) | |
download | re3-886db44936757c4ace710b40713fbae1aa575c45.tar re3-886db44936757c4ace710b40713fbae1aa575c45.tar.gz re3-886db44936757c4ace710b40713fbae1aa575c45.tar.bz2 re3-886db44936757c4ace710b40713fbae1aa575c45.tar.lz re3-886db44936757c4ace710b40713fbae1aa575c45.tar.xz re3-886db44936757c4ace710b40713fbae1aa575c45.tar.zst re3-886db44936757c4ace710b40713fbae1aa575c45.zip |
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 73a2c668..95294ed8 100644 --- a/src/entities/Entity.h +++ b/src/entities/Entity.h @@ -79,7 +79,7 @@ public: uint32 bHasHitWall : 1; uint32 bImBeingRendered : 1; uint32 m_flagD8 : 1; - uint32 m_flagD10 : 1; + uint32 bIsSubway : 1; // set when subway, but maybe different meaning? uint32 bDrawLast : 1; uint32 m_flagD40 : 1; uint32 m_flagD80 : 1; // CObject visibility? |