mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 02:14:09 +00:00
CAutoPilot + CCarAI + fixes
This commit is contained in:
parent
131e8af174
commit
ae0c83fa01
15 changed files with 402 additions and 31 deletions
|
@ -104,6 +104,9 @@ public:
|
|||
static void ClearInterestingVehicleList();
|
||||
static void FindLinksToGoWithTheseNodes(CVehicle*);
|
||||
static bool GenerateOneEmergencyServicesCar(uint32, CVector);
|
||||
#ifdef MIAMI
|
||||
static float FindSpeedMultiplierWithSpeedFromNodes(int8);
|
||||
#endif
|
||||
|
||||
static float GetPositionAlongCurrentCurve(CVehicle* pVehicle)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue