summaryrefslogtreecommitdiffstats
path: root/src/peds/Ped.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2019-10-13 23:36:05 +0200
committerGitHub <noreply@github.com>2019-10-13 23:36:05 +0200
commit94b389ee16e194546754bc65bb92a6e256bd6062 (patch)
treed3bb47c4231f7232d911b9dc58a73177d11d1c19 /src/peds/Ped.h
parentFixed unsigned time check in CDarkel (diff)
parentPathFind fix and some Peds (diff)
downloadre3-94b389ee16e194546754bc65bb92a6e256bd6062.tar
re3-94b389ee16e194546754bc65bb92a6e256bd6062.tar.gz
re3-94b389ee16e194546754bc65bb92a6e256bd6062.tar.bz2
re3-94b389ee16e194546754bc65bb92a6e256bd6062.tar.lz
re3-94b389ee16e194546754bc65bb92a6e256bd6062.tar.xz
re3-94b389ee16e194546754bc65bb92a6e256bd6062.tar.zst
re3-94b389ee16e194546754bc65bb92a6e256bd6062.zip
Diffstat (limited to 'src/peds/Ped.h')
-rw-r--r--src/peds/Ped.h2
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);