diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-05-22 01:42:04 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-05-22 01:42:04 +0200 |
commit | 864847a6fe5461581232a68b64d98dd15d035330 (patch) | |
tree | 0d57b42ff992fa7afe651f6e74da950168aa030a /src/entities/Physical.h | |
parent | script revision (diff) | |
download | re3-864847a6fe5461581232a68b64d98dd15d035330.tar re3-864847a6fe5461581232a68b64d98dd15d035330.tar.gz re3-864847a6fe5461581232a68b64d98dd15d035330.tar.bz2 re3-864847a6fe5461581232a68b64d98dd15d035330.tar.lz re3-864847a6fe5461581232a68b64d98dd15d035330.tar.xz re3-864847a6fe5461581232a68b64d98dd15d035330.tar.zst re3-864847a6fe5461581232a68b64d98dd15d035330.zip |
Diffstat (limited to '')
-rw-r--r-- | src/entities/Physical.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/entities/Physical.h b/src/entities/Physical.h index b6e28275..a1c60b6b 100644 --- a/src/entities/Physical.h +++ b/src/entities/Physical.h @@ -60,6 +60,9 @@ public: uint8 bHitByTrain : 1; uint8 bSkipLineCol : 1; + uint8 bIsFrozen : 1; + uint8 bDontLoadCollision : 1; + uint8 m_nSurfaceTouched; int8 m_nZoneLevel; |