From 7e753c259680a13c656bdc6c86d99a4891616474 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Fri, 8 May 2020 23:29:43 +0300 Subject: CCarCtrl::GenerateOneRandomCar --- src/peds/PedPlacement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peds/PedPlacement.h') diff --git a/src/peds/PedPlacement.h b/src/peds/PedPlacement.h index b51e2aad..5b8354d4 100644 --- a/src/peds/PedPlacement.h +++ b/src/peds/PedPlacement.h @@ -4,5 +4,5 @@ class CPedPlacement { public: static void FindZCoorForPed(CVector* pos); static CEntity* IsPositionClearOfCars(Const CVector*); - static bool IsPositionClearForPed(CVector*); + static bool IsPositionClearForPed(const CVector& pos, float radius = -1.0f, int total = -1, CEntity** entities = nil); }; \ No newline at end of file -- cgit v1.2.3