summaryrefslogtreecommitdiffstats
path: root/src/peds/Ped.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-07-03 00:32:47 +0200
committererorcun <erorcunerorcun@hotmail.com.tr>2021-07-03 00:42:24 +0200
commita8549e86a7c29c38e6a0570b8ecd88f03db98e9a (patch)
tree381f2ba0a0facce8923787276940187cf2cb8578 /src/peds/Ped.h
parentPeds: Efforts to find the reason of crashes on GCC 7.5.0 (diff)
downloadre3-a8549e86a7c29c38e6a0570b8ecd88f03db98e9a.tar
re3-a8549e86a7c29c38e6a0570b8ecd88f03db98e9a.tar.gz
re3-a8549e86a7c29c38e6a0570b8ecd88f03db98e9a.tar.bz2
re3-a8549e86a7c29c38e6a0570b8ecd88f03db98e9a.tar.lz
re3-a8549e86a7c29c38e6a0570b8ecd88f03db98e9a.tar.xz
re3-a8549e86a7c29c38e6a0570b8ecd88f03db98e9a.tar.zst
re3-a8549e86a7c29c38e6a0570b8ecd88f03db98e9a.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 6d32b65e..33839aa7 100644
--- a/src/peds/Ped.h
+++ b/src/peds/Ped.h
@@ -625,7 +625,7 @@ public:
void SetAimFlag(CEntity* to);
void SetAimFlag(float angle);
void SetAmmo(eWeaponType weaponType, uint32 ammo);
- void SetEvasiveStep(CEntity*, uint8);
+ void SetEvasiveStep(CPhysical*, uint8);
void GrantAmmo(eWeaponType, uint32);
void SetEvasiveDive(CPhysical*, uint8);
void SetAttack(CEntity*);