summaryrefslogtreecommitdiffstats
path: root/src/entities/PlayerPed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/PlayerPed.cpp')
-rw-r--r--src/entities/PlayerPed.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/entities/PlayerPed.cpp b/src/entities/PlayerPed.cpp
deleted file mode 100644
index 2d67d5b2..00000000
--- a/src/entities/PlayerPed.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#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 \ No newline at end of file