diff options
author | aap <aap@papnet.eu> | 2019-10-03 10:19:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-03 10:19:57 +0200 |
commit | 0346d44626c57b536b93db0b7e60f664a7a801b0 (patch) | |
tree | b601dbb9390c2b9a6cd4a2181000d35dfbd10fad /src/entities | |
parent | Merge pull request #217 from Sergeanur/WeaveThroughPedsSectorList (diff) | |
parent | Fixes & peds (diff) | |
download | re3-0346d44626c57b536b93db0b7e60f664a7a801b0.tar re3-0346d44626c57b536b93db0b7e60f664a7a801b0.tar.gz re3-0346d44626c57b536b93db0b7e60f664a7a801b0.tar.bz2 re3-0346d44626c57b536b93db0b7e60f664a7a801b0.tar.lz re3-0346d44626c57b536b93db0b7e60f664a7a801b0.tar.xz re3-0346d44626c57b536b93db0b7e60f664a7a801b0.tar.zst re3-0346d44626c57b536b93db0b7e60f664a7a801b0.zip |
Diffstat (limited to 'src/entities')
-rw-r--r-- | src/entities/Physical.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/Physical.h b/src/entities/Physical.h index 2786a7de..1b9f0e02 100644 --- a/src/entities/Physical.h +++ b/src/entities/Physical.h @@ -61,7 +61,7 @@ public: uint8 m_phy_flagA80 : 1; uint8 m_nSurfaceTouched; - uint8 m_nZoneLevel; + int8 m_nZoneLevel; CPhysical(void); ~CPhysical(void); |