mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 07:10:43 +00:00
little cleanup
This commit is contained in:
7
src/entities/EmergencyPed.cpp
Normal file
7
src/entities/EmergencyPed.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include "common.h"
|
||||
#include "patcher.h"
|
||||
#include "EmergencyPed.h"
|
||||
|
||||
STARTPATCHES
|
||||
InjectHook(0x4C2EF0, &CEmergencyPed::dtor, PATCH_JUMP);
|
||||
ENDPATCHES
|
Reference in New Issue
Block a user