mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-17 05:19:22 +00:00
car AI
This commit is contained in:
parent
7234e6e698
commit
26f7691031
5 changed files with 446 additions and 16 deletions
|
@ -105,7 +105,7 @@ CVehicle::CVehicle(uint8 CreatedBy)
|
|||
AutoPilot.m_nTempAction = TEMPACT_NONE;
|
||||
AutoPilot.m_nTimeToStartMission = CTimer::GetTimeInMilliseconds();
|
||||
AutoPilot.m_bStayInCurrentLevel = false;
|
||||
AutoPilot.m_flag10 = false;
|
||||
AutoPilot.m_bIgnorePathfinding = false;
|
||||
}
|
||||
|
||||
CVehicle::~CVehicle()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue