diff options
Diffstat (limited to 'src/peds/PedPlacement.h')
-rw-r--r-- | src/peds/PedPlacement.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/peds/PedPlacement.h b/src/peds/PedPlacement.h index b51e2aad..d1b0cd16 100644 --- a/src/peds/PedPlacement.h +++ b/src/peds/PedPlacement.h @@ -2,7 +2,7 @@ class CPedPlacement { public: - static void FindZCoorForPed(CVector* pos); + static bool 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 |