some debug changes

This commit is contained in:
Nikolay Korolev
2020-05-18 00:34:24 +03:00
parent ad8a8913d9
commit 5ab2c85e97
3 changed files with 46 additions and 11 deletions

View File

@ -4620,7 +4620,7 @@ CAutomobile::TellHeliToGoToCoors(float x, float y, float z, uint8 speed)
AutoPilot.m_vecDestinationCoors.z = z;
AutoPilot.m_nCruiseSpeed = speed;
SetStatus(STATUS_PHYSICS);
assert(0); // TODO(MIAMI)
//TODO(MIAMI)
}
#ifdef COMPATIBLE_SAVES