diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-05-09 19:21:13 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-05-09 19:21:13 +0200 |
commit | a55e738dfad92ae7e23e45c3593384b9469f1177 (patch) | |
tree | e3714c0badf493db709cbf516cc7f9611f57e38f /src/control/CarCtrl.h | |
parent | fix (diff) | |
download | re3-a55e738dfad92ae7e23e45c3593384b9469f1177.tar re3-a55e738dfad92ae7e23e45c3593384b9469f1177.tar.gz re3-a55e738dfad92ae7e23e45c3593384b9469f1177.tar.bz2 re3-a55e738dfad92ae7e23e45c3593384b9469f1177.tar.lz re3-a55e738dfad92ae7e23e45c3593384b9469f1177.tar.xz re3-a55e738dfad92ae7e23e45c3593384b9469f1177.tar.zst re3-a55e738dfad92ae7e23e45c3593384b9469f1177.zip |
Diffstat (limited to '')
-rw-r--r-- | src/control/CarCtrl.h | 1 |
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) { |