ProcessPedUpdate

This commit is contained in:
Nikolay Korolev
2019-06-29 14:38:37 +03:00
parent 4c2f74c313
commit 9b5392d3a1
7 changed files with 73 additions and 6 deletions

View File

@ -0,0 +1,5 @@
#include "common.h"
#include "patcher.h"
#include "PlayerPed.h"
WRAPPER void CPlayerPed::ReApplyMoveAnims(void) { EAXJMP(0x4F07C0); }

View File

@ -38,6 +38,8 @@ public:
int32 field_1488[6];
float field_1512;
float m_fFPSMoveHeading;
void ReApplyMoveAnims(void);
};
static_assert(sizeof(CPlayerPed) == 0x5F0, "CPlayerPed: error");