summaryrefslogtreecommitdiffstats
path: root/src/control/CarCtrl.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-09 21:18:00 +0200
committerGitHub <noreply@github.com>2020-05-09 21:18:00 +0200
commite4683a30741f9528aa0f62fc259660b66c53bbec (patch)
tree38b775b96a2f1bc3ef0020275bf6c18a5a0c310b /src/control/CarCtrl.h
parentback to ped.ifp (diff)
parentnew curves + boat fix (diff)
downloadre3-e4683a30741f9528aa0f62fc259660b66c53bbec.tar
re3-e4683a30741f9528aa0f62fc259660b66c53bbec.tar.gz
re3-e4683a30741f9528aa0f62fc259660b66c53bbec.tar.bz2
re3-e4683a30741f9528aa0f62fc259660b66c53bbec.tar.lz
re3-e4683a30741f9528aa0f62fc259660b66c53bbec.tar.xz
re3-e4683a30741f9528aa0f62fc259660b66c53bbec.tar.zst
re3-e4683a30741f9528aa0f62fc259660b66c53bbec.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 f66b9232..f30d0720 100644
--- a/src/control/CarCtrl.h
+++ b/src/control/CarCtrl.h
@@ -126,6 +126,7 @@ public:
static void RemoveFromLoadedVehicleArray(int32 mi, int32 rating);
static int32 ChooseCarModelToLoad(int32 rating);
static bool BoatWithTallMast(int32 mi);
+ static void RemoveCarsIfThePoolGetsFull(void);
static float GetPositionAlongCurrentCurve(CVehicle* pVehicle)
{