diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-10-13 23:33:18 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-10-13 23:33:18 +0200 |
commit | 37f0bbc05e87a2a7c0858c6da4a6d51c485fdf64 (patch) | |
tree | d3bb47c4231f7232d911b9dc58a73177d11d1c19 /src/peds/Ped.h | |
parent | Fixed unsigned time check in CDarkel (diff) | |
download | re3-37f0bbc05e87a2a7c0858c6da4a6d51c485fdf64.tar re3-37f0bbc05e87a2a7c0858c6da4a6d51c485fdf64.tar.gz re3-37f0bbc05e87a2a7c0858c6da4a6d51c485fdf64.tar.bz2 re3-37f0bbc05e87a2a7c0858c6da4a6d51c485fdf64.tar.lz re3-37f0bbc05e87a2a7c0858c6da4a6d51c485fdf64.tar.xz re3-37f0bbc05e87a2a7c0858c6da4a6d51c485fdf64.tar.zst re3-37f0bbc05e87a2a7c0858c6da4a6d51c485fdf64.zip |
Diffstat (limited to '')
-rw-r--r-- | src/peds/Ped.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h index 90b3ca0f..c1ac7cfd 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -574,7 +574,7 @@ public: void SetPointGunAt(CEntity*); bool Seek(void); bool SetWanderPath(int8); - void SetFollowPath(CVector); + bool SetFollowPath(CVector); void ClearAttackByRemovingAnim(void); void SetStoredState(void); void StopNonPartialAnims(void); |