mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 23:04:08 +00:00
CAutomobile::ProcessControl done
This commit is contained in:
parent
82be466013
commit
fd01f9b25c
12 changed files with 239 additions and 11 deletions
|
@ -14,6 +14,7 @@ public:
|
|||
static void SteerAICarWithPhysics(CVehicle*);
|
||||
static void UpdateCarOnRails(CVehicle*);
|
||||
static bool MapCouldMoveInThisArea(float x, float y);
|
||||
static void ScanForPedDanger(CVehicle *veh);
|
||||
|
||||
static int32 &NumLawEnforcerCars;
|
||||
static int32 &NumAmbulancesOnDuty;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue