new script commands - mostly stubs

This commit is contained in:
Nikolay Korolev 2020-05-22 02:42:04 +03:00
parent 7e5342e9f0
commit 864847a6fe
12 changed files with 1156 additions and 103 deletions

View file

@ -64,6 +64,9 @@ CPhysical::CPhysical(void)
m_phy_flagA20 = false;
m_nZoneLevel = LEVEL_NONE;
bIsFrozen = false;
bDontLoadCollision = false;
}
CPhysical::~CPhysical(void)