RunningScript, part 4, plus some fixes

This commit is contained in:
Nikolay Korolev 2019-08-03 16:01:13 +03:00
parent 6f05ed0c23
commit ebbcd92de2
14 changed files with 534 additions and 28 deletions

View file

@ -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)