the great reorganization

This commit is contained in:
aap 2019-07-07 13:09:11 +02:00
commit 53023eb65b
150 changed files with 45 additions and 37 deletions

14
src/peds/PlayerPed.cpp Normal file
View file

@ -0,0 +1,14 @@
#include "common.h"
#include "patcher.h"
#include "PlayerPed.h"
CPlayerPed::~CPlayerPed()
{
delete m_pWanted;
}
WRAPPER void CPlayerPed::ReApplyMoveAnims(void) { EAXJMP(0x4F07C0); }
STARTPATCHES
InjectHook(0x4EFB30, &CPlayerPed::dtor, PATCH_JUMP);
ENDPATCHES