diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-12-26 23:15:27 +0100 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-12-28 21:05:49 +0100 |
commit | bb5e31470da4e74695b18060c7c9947432cc4813 (patch) | |
tree | 3c28ca36adc1e7fcf5e9aefbe76fce6f2bead5ca /src/peds/PlayerPed.h | |
parent | Merge pull request #282 from erorcun/erorcun (diff) | |
download | re3-bb5e31470da4e74695b18060c7c9947432cc4813.tar re3-bb5e31470da4e74695b18060c7c9947432cc4813.tar.gz re3-bb5e31470da4e74695b18060c7c9947432cc4813.tar.bz2 re3-bb5e31470da4e74695b18060c7c9947432cc4813.tar.lz re3-bb5e31470da4e74695b18060c7c9947432cc4813.tar.xz re3-bb5e31470da4e74695b18060c7c9947432cc4813.tar.zst re3-bb5e31470da4e74695b18060c7c9947432cc4813.zip |
Diffstat (limited to 'src/peds/PlayerPed.h')
-rw-r--r-- | src/peds/PlayerPed.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/peds/PlayerPed.h b/src/peds/PlayerPed.h index bd24ecd0..1de1b442 100644 --- a/src/peds/PlayerPed.h +++ b/src/peds/PlayerPed.h @@ -41,6 +41,7 @@ public: CPlayerPed(); ~CPlayerPed(); + void SetMoveAnim() { }; void ReApplyMoveAnims(void); void ClearWeaponTarget(void); @@ -50,10 +51,11 @@ public: void AnnoyPlayerPed(bool); void MakeChangesForNewWeapon(int8); void SetInitialState(void); - void SetMoveAnim(void); void ProcessControl(void); void ClearAdrenaline(void); + void UseSprintEnergy(void); class CPlayerInfo *GetPlayerInfoForThisPlayerPed(); + void SetRealMoveAnim(void); static void SetupPlayerPed(int32); static void DeactivatePlayerPed(int32); |