mirror of
https://github.com/halpz/re3.git
synced 2025-07-23 02:29:46 +00:00
new opcodes, buyable properties, minor fixes
This commit is contained in:
@ -5577,7 +5577,7 @@ CAutomobile::TellHeliToGoToCoors(float x, float y, float z, uint8 speed)
|
||||
void
|
||||
CAutomobile::TellPlaneToGoToCoors(float x, float y, float z, uint8 speed)
|
||||
{
|
||||
AutoPilot.m_nCarMission = MISSION_HELI_FLYTOCOORS;
|
||||
AutoPilot.m_nCarMission = MISSION_PLANE_FLYTOCOORS;
|
||||
AutoPilot.m_vecDestinationCoors.x = x;
|
||||
AutoPilot.m_vecDestinationCoors.y = y;
|
||||
AutoPilot.m_vecDestinationCoors.z = z;
|
||||
|
Reference in New Issue
Block a user