2019-06-29 07:38:37 -04:00
|
|
|
#include "common.h"
|
|
|
|
#include "patcher.h"
|
|
|
|
#include "PlayerPed.h"
|
|
|
|
|
2019-06-30 06:59:55 -04:00
|
|
|
CPlayerPed::~CPlayerPed()
|
|
|
|
{
|
|
|
|
delete m_pWanted;
|
|
|
|
}
|
|
|
|
|
2019-06-29 11:07:57 -04:00
|
|
|
WRAPPER void CPlayerPed::ReApplyMoveAnims(void) { EAXJMP(0x4F07C0); }
|
2019-06-30 06:59:55 -04:00
|
|
|
|
|
|
|
STARTPATCHES
|
|
|
|
InjectHook(0x4EFB30, &CPlayerPed::dtor, PATCH_JUMP);
|
|
|
|
ENDPATCHES
|