summaryrefslogtreecommitdiffstats
path: root/src/control/CarCtrl.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-07-18 15:41:09 +0200
committeraap <aap@papnet.eu>2019-07-18 15:41:09 +0200
commitfd01f9b25cdc3b527a886ee6b9237b01a5475295 (patch)
tree6db1dbfeb6feedcf79e870f417b82af29da7ca21 /src/control/CarCtrl.h
parentMerge pull request #147 from erorcun/erorcun (diff)
downloadre3-fd01f9b25cdc3b527a886ee6b9237b01a5475295.tar
re3-fd01f9b25cdc3b527a886ee6b9237b01a5475295.tar.gz
re3-fd01f9b25cdc3b527a886ee6b9237b01a5475295.tar.bz2
re3-fd01f9b25cdc3b527a886ee6b9237b01a5475295.tar.lz
re3-fd01f9b25cdc3b527a886ee6b9237b01a5475295.tar.xz
re3-fd01f9b25cdc3b527a886ee6b9237b01a5475295.tar.zst
re3-fd01f9b25cdc3b527a886ee6b9237b01a5475295.zip
Diffstat (limited to 'src/control/CarCtrl.h')
-rw-r--r--src/control/CarCtrl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/CarCtrl.h b/src/control/CarCtrl.h
index 7e3f70a9..677dcf36 100644
--- a/src/control/CarCtrl.h
+++ b/src/control/CarCtrl.h
@@ -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;