summaryrefslogtreecommitdiffstats
path: root/src/entities
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-08-03 15:01:13 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2019-08-03 15:01:13 +0200
commitebbcd92de28d37f1dd36c9120f92c958e394ff75 (patch)
treefc3d907017652eb186c0c690cc81a16feec46e22 /src/entities
parentsome CPed cleanup (diff)
downloadre3-ebbcd92de28d37f1dd36c9120f92c958e394ff75.tar
re3-ebbcd92de28d37f1dd36c9120f92c958e394ff75.tar.gz
re3-ebbcd92de28d37f1dd36c9120f92c958e394ff75.tar.bz2
re3-ebbcd92de28d37f1dd36c9120f92c958e394ff75.tar.lz
re3-ebbcd92de28d37f1dd36c9120f92c958e394ff75.tar.xz
re3-ebbcd92de28d37f1dd36c9120f92c958e394ff75.tar.zst
re3-ebbcd92de28d37f1dd36c9120f92c958e394ff75.zip
Diffstat (limited to 'src/entities')
-rw-r--r--src/entities/Physical.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/Physical.cpp b/src/entities/Physical.cpp
index 55ed5380..391f1e33 100644
--- a/src/entities/Physical.cpp
+++ b/src/entities/Physical.cpp
@@ -62,7 +62,7 @@ CPhysical::CPhysical(void)
m_phy_flagA10 = false;
m_phy_flagA20 = false;
- m_nSurfaceTouched = SURFACE_DEFAULT;
+ m_nZoneLevel = 0;
}
CPhysical::~CPhysical(void)