diff options
author | aap <aap@papnet.eu> | 2019-05-28 08:39:36 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-05-28 08:39:36 +0200 |
commit | cb8993f15e06fe2ea94decce77892c28b1b23d64 (patch) | |
tree | 617b6745f6ff26ab4551a4d192fab082ea17f46f /src/entities/Physical.h | |
parent | implemented CFileMgr (barf) (diff) | |
download | re3-cb8993f15e06fe2ea94decce77892c28b1b23d64.tar re3-cb8993f15e06fe2ea94decce77892c28b1b23d64.tar.gz re3-cb8993f15e06fe2ea94decce77892c28b1b23d64.tar.bz2 re3-cb8993f15e06fe2ea94decce77892c28b1b23d64.tar.lz re3-cb8993f15e06fe2ea94decce77892c28b1b23d64.tar.xz re3-cb8993f15e06fe2ea94decce77892c28b1b23d64.tar.zst re3-cb8993f15e06fe2ea94decce77892c28b1b23d64.zip |
Diffstat (limited to 'src/entities/Physical.h')
-rw-r--r-- | src/entities/Physical.h | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/src/entities/Physical.h b/src/entities/Physical.h index 06ae3166..514994f7 100644 --- a/src/entities/Physical.h +++ b/src/entities/Physical.h @@ -58,18 +58,9 @@ public: uint8 m_phy_flagA40 : 1; uint8 m_phy_flagA80 : 1; - uint8 m_phy_flagB1 : 1; - uint8 m_phy_flagB2 : 1; - uint8 m_phy_flagB4 : 1; - uint8 m_phy_flagB8 : 1; - uint8 m_phy_flagB10 : 1; - uint8 m_phy_flagB20 : 1; - uint8 m_phy_flagB40 : 1; - uint8 m_phy_flagB80 : 1; - - char byteLastCollType; - char byteZoneLevel; - int16 pad; + uint8 m_nLastCollType; + uint8 m_nZoneLevel; + uint8 pad[3]; // from CEntity |