summaryrefslogtreecommitdiffstats
path: root/src/peds/Ped.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-10-13 23:33:18 +0200
committereray orçunus <erayorcunus@gmail.com>2019-10-13 23:33:18 +0200
commit37f0bbc05e87a2a7c0858c6da4a6d51c485fdf64 (patch)
treed3bb47c4231f7232d911b9dc58a73177d11d1c19 /src/peds/Ped.h
parentFixed unsigned time check in CDarkel (diff)
downloadre3-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.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);