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 01:57:32 +0200
commit1c0878f65b8a554bdea9183fdc4b76645e530ccb (patch)
treebe7f69e8d0ea407134f8fed85d1acc3c70b59ed1 /src/peds/Ped.h
parentsmol fix 2 (diff)
downloadre3-1c0878f65b8a554bdea9183fdc4b76645e530ccb.tar
re3-1c0878f65b8a554bdea9183fdc4b76645e530ccb.tar.gz
re3-1c0878f65b8a554bdea9183fdc4b76645e530ccb.tar.bz2
re3-1c0878f65b8a554bdea9183fdc4b76645e530ccb.tar.lz
re3-1c0878f65b8a554bdea9183fdc4b76645e530ccb.tar.xz
re3-1c0878f65b8a554bdea9183fdc4b76645e530ccb.tar.zst
re3-1c0878f65b8a554bdea9183fdc4b76645e530ccb.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 c5c6cf49..f5a7d7dc 100644
--- a/src/peds/Ped.h
+++ b/src/peds/Ped.h
@@ -762,7 +762,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*);