summaryrefslogtreecommitdiffstats
path: root/src/peds/PedPlacement.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-09 12:45:25 +0200
committerGitHub <noreply@github.com>2020-05-09 12:45:25 +0200
commit40cfd0576fcbc05ee63262d5c41a3151b09a806b (patch)
tree93f989fb6dfc2b0244d8a38c94c8c5d15e5e9f25 /src/peds/PedPlacement.h
parentMerge branch 'master' into miami (diff)
parentfix (diff)
downloadre3-40cfd0576fcbc05ee63262d5c41a3151b09a806b.tar
re3-40cfd0576fcbc05ee63262d5c41a3151b09a806b.tar.gz
re3-40cfd0576fcbc05ee63262d5c41a3151b09a806b.tar.bz2
re3-40cfd0576fcbc05ee63262d5c41a3151b09a806b.tar.lz
re3-40cfd0576fcbc05ee63262d5c41a3151b09a806b.tar.xz
re3-40cfd0576fcbc05ee63262d5c41a3151b09a806b.tar.zst
re3-40cfd0576fcbc05ee63262d5c41a3151b09a806b.zip
Diffstat (limited to 'src/peds/PedPlacement.h')
-rw-r--r--src/peds/PedPlacement.h2
1 files changed, 1 insertions, 1 deletions
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