diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2019-06-29 17:07:57 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2019-06-29 17:07:57 +0200 |
commit | 14e0aae1bd3d4d4d2aa1f37d87a472e746e32557 (patch) | |
tree | c88bcc591a8ac97cf5b0023b7899ada32ae06f7c /src/entities/PlayerPed.cpp | |
parent | fix (diff) | |
download | re3-14e0aae1bd3d4d4d2aa1f37d87a472e746e32557.tar re3-14e0aae1bd3d4d4d2aa1f37d87a472e746e32557.tar.gz re3-14e0aae1bd3d4d4d2aa1f37d87a472e746e32557.tar.bz2 re3-14e0aae1bd3d4d4d2aa1f37d87a472e746e32557.tar.lz re3-14e0aae1bd3d4d4d2aa1f37d87a472e746e32557.tar.xz re3-14e0aae1bd3d4d4d2aa1f37d87a472e746e32557.tar.zst re3-14e0aae1bd3d4d4d2aa1f37d87a472e746e32557.zip |
Diffstat (limited to '')
-rw-r--r-- | src/entities/PlayerPed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/PlayerPed.cpp b/src/entities/PlayerPed.cpp index 2136d3ad..86312996 100644 --- a/src/entities/PlayerPed.cpp +++ b/src/entities/PlayerPed.cpp @@ -2,4 +2,4 @@ #include "patcher.h" #include "PlayerPed.h" -WRAPPER void CPlayerPed::ReApplyMoveAnims(void) { EAXJMP(0x4F07C0); }
\ No newline at end of file +WRAPPER void CPlayerPed::ReApplyMoveAnims(void) { EAXJMP(0x4F07C0); } |