From 37f0bbc05e87a2a7c0858c6da4a6d51c485fdf64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Mon, 14 Oct 2019 00:33:18 +0300 Subject: PathFind fix and some Peds --- src/peds/Ped.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peds/Ped.h') 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); -- cgit v1.2.3