From 0ee5a46f718889f545dc8cf2d4f5c54dd3956453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Thu, 3 Oct 2019 04:02:02 +0300 Subject: Fixes & peds --- src/entities/Physical.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entities/Physical.h') 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); -- cgit v1.2.3