diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-07-04 14:24:54 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-07-04 14:24:54 +0200 |
commit | 62425b586631f95d67f2c9ba8c9a4f202e03bda4 (patch) | |
tree | 418a28a718cfe01cc0b8a224e0c1bab6a75de26a /src/peds/Ped.h | |
parent | Merge remote-tracking branch 'upstream/lcs' into lcs (diff) | |
parent | Merge branch 'miami' into lcs (diff) | |
download | re3-62425b586631f95d67f2c9ba8c9a4f202e03bda4.tar re3-62425b586631f95d67f2c9ba8c9a4f202e03bda4.tar.gz re3-62425b586631f95d67f2c9ba8c9a4f202e03bda4.tar.bz2 re3-62425b586631f95d67f2c9ba8c9a4f202e03bda4.tar.lz re3-62425b586631f95d67f2c9ba8c9a4f202e03bda4.tar.xz re3-62425b586631f95d67f2c9ba8c9a4f202e03bda4.tar.zst re3-62425b586631f95d67f2c9ba8c9a4f202e03bda4.zip |
Diffstat (limited to 'src/peds/Ped.h')
-rw-r--r-- | src/peds/Ped.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h index 107ad1a2..bed1e2e1 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -871,7 +871,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*); |