diff options
author | aap <aap@papnet.eu> | 2019-06-29 11:09:33 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-06-29 11:09:33 +0200 |
commit | b2f8c7eb23f9def86acb84ba2936041ded0db748 (patch) | |
tree | df7bda7922a10f05de1ca758a3fa463786ed28ea /src/entities/Physical.h | |
parent | forgot the actual file... (diff) | |
download | re3-b2f8c7eb23f9def86acb84ba2936041ded0db748.tar re3-b2f8c7eb23f9def86acb84ba2936041ded0db748.tar.gz re3-b2f8c7eb23f9def86acb84ba2936041ded0db748.tar.bz2 re3-b2f8c7eb23f9def86acb84ba2936041ded0db748.tar.lz re3-b2f8c7eb23f9def86acb84ba2936041ded0db748.tar.xz re3-b2f8c7eb23f9def86acb84ba2936041ded0db748.tar.zst re3-b2f8c7eb23f9def86acb84ba2936041ded0db748.zip |
Diffstat (limited to 'src/entities/Physical.h')
-rw-r--r-- | src/entities/Physical.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/entities/Physical.h b/src/entities/Physical.h index 11d2a1f9..749e2dd8 100644 --- a/src/entities/Physical.h +++ b/src/entities/Physical.h @@ -14,7 +14,7 @@ class CPhysical : public CEntity public: // The not properly indented fields haven't been checked properly yet - int uAudioEntityId; + int32 m_audioEntityId; float unk1; CTreadable *m_carTreadable; CTreadable *m_pedTreadable; @@ -58,9 +58,8 @@ public: uint8 bHitByTrain : 1; // from nick uint8 m_phy_flagA80 : 1; - uint8 m_nLastCollType; - uint8 m_nZoneLevel; - uint8 pad[3]; + uint8 m_nLastCollType; + uint8 m_nZoneLevel; CPhysical(void); ~CPhysical(void); |