summaryrefslogtreecommitdiffstats
path: root/src/control/CarCtrl.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-09-14 08:41:09 +0200
committerGitHub <noreply@github.com>2019-09-14 08:41:09 +0200
commit06be2f772a5b11b54c58b8c35e515ab77caf8129 (patch)
treecacd806edb9ca44bda3a057a934b629cc7be1bc3 /src/control/CarCtrl.h
parentfixed launch in space bug (diff)
parentP.e.d.s. (diff)
downloadre3-06be2f772a5b11b54c58b8c35e515ab77caf8129.tar
re3-06be2f772a5b11b54c58b8c35e515ab77caf8129.tar.gz
re3-06be2f772a5b11b54c58b8c35e515ab77caf8129.tar.bz2
re3-06be2f772a5b11b54c58b8c35e515ab77caf8129.tar.lz
re3-06be2f772a5b11b54c58b8c35e515ab77caf8129.tar.xz
re3-06be2f772a5b11b54c58b8c35e515ab77caf8129.tar.zst
re3-06be2f772a5b11b54c58b8c35e515ab77caf8129.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 b06c1ca2..dc156c8f 100644
--- a/src/control/CarCtrl.h
+++ b/src/control/CarCtrl.h
@@ -58,6 +58,7 @@ public:
static void RemoveDistantCars(void);
static void PossiblyRemoveVehicle(CVehicle*);
static bool IsThisVehicleInteresting(CVehicle*);
+ static void RegisterVehicleOfInterest(CVehicle*);
static int32 CountCarsOfType(int32 mi);
static void SlowCarOnRailsDownForTrafficAndLights(CVehicle*);
static bool PickNextNodeAccordingStrategy(CVehicle*);