From 84c9484e55874c57c1c017cb2394e0c6b2f32303 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Tue, 5 May 2020 04:45:18 +0300 Subject: SetPosition, final part --- 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 6ba4ae71..b51e2aad 100644 --- a/src/peds/PedPlacement.h +++ b/src/peds/PedPlacement.h @@ -3,6 +3,6 @@ class CPedPlacement { public: static void FindZCoorForPed(CVector* pos); - static CEntity* IsPositionClearOfCars(CVector*); + static CEntity* IsPositionClearOfCars(Const CVector*); static bool IsPositionClearForPed(CVector*); }; \ No newline at end of file -- cgit v1.2.3