mirror of
https://github.com/halpz/re3.git
synced 2025-10-22 03:21:36 +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