mirror of
https://github.com/halpz/re3.git
synced 2025-12-20 06:42:50 +00:00
the great reorganization
This commit is contained in:
14
src/peds/PlayerPed.cpp
Normal file
14
src/peds/PlayerPed.cpp
Normal 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
|
||||
Reference in New Issue
Block a user