diff options
Diffstat (limited to '')
-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); |