diff options
author | erorcun <erayorcunus@gmail.com> | 2020-07-28 16:05:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 16:05:20 +0200 |
commit | ef7afe5f2f1949cc4712c0f126edf79fe0a92d8b (patch) | |
tree | d6086ec4cd97d717d1b43dbf69be7e085dbab1cc /src/peds/PedPlacement.h | |
parent | Merge pull request #664 from aap/miami (diff) | |
parent | CCopPed, except spike traps (diff) | |
download | re3-ef7afe5f2f1949cc4712c0f126edf79fe0a92d8b.tar re3-ef7afe5f2f1949cc4712c0f126edf79fe0a92d8b.tar.gz re3-ef7afe5f2f1949cc4712c0f126edf79fe0a92d8b.tar.bz2 re3-ef7afe5f2f1949cc4712c0f126edf79fe0a92d8b.tar.lz re3-ef7afe5f2f1949cc4712c0f126edf79fe0a92d8b.tar.xz re3-ef7afe5f2f1949cc4712c0f126edf79fe0a92d8b.tar.zst re3-ef7afe5f2f1949cc4712c0f126edf79fe0a92d8b.zip |
Diffstat (limited to 'src/peds/PedPlacement.h')
-rw-r--r-- | src/peds/PedPlacement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peds/PedPlacement.h b/src/peds/PedPlacement.h index 5b8354d4..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(const CVector& pos, float radius = -1.0f, int total = -1, CEntity** entities = nil); };
\ No newline at end of file |