From 26c6908d2552f6032c7440f25e1ad608959ebf0b Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sat, 14 Nov 2020 14:21:56 +0300 Subject: car AI revision --- src/control/CarCtrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/control/CarCtrl.h') diff --git a/src/control/CarCtrl.h b/src/control/CarCtrl.h index 76491193..5efbe275 100644 --- a/src/control/CarCtrl.h +++ b/src/control/CarCtrl.h @@ -70,7 +70,7 @@ public: static void GenerateRandomCars(void); static void GenerateOneRandomCar(void); static void GenerateEmergencyServicesCar(void); - static int32 ChooseModel(CZoneInfo*, CVector*, int*); + static int32 ChooseModel(CZoneInfo*, int*); static int32 ChoosePoliceCarModel(void); static int32 ChooseGangCarModel(int32 gang); static void RemoveDistantCars(void); -- cgit v1.2.3