mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 13:00:32 +00:00
some debug changes
This commit is contained in:
parent
ad8a8913d9
commit
5ab2c85e97
3 changed files with 46 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue