From a55e738dfad92ae7e23e45c3593384b9469f1177 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sat, 9 May 2020 20:21:13 +0300 Subject: ccarctrl big fix --- src/control/CarCtrl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/control/CarCtrl.h') 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) { -- cgit v1.2.3