1
0
mirror of https://github.com/td512/re3.git synced 2026-01-20 00:44:22 +00:00
td512.re3/src/peds/EmergencyPed.cpp
2019-07-07 13:09:11 +02:00

7 lines
147 B
C++

#include "common.h"
#include "patcher.h"
#include "EmergencyPed.h"
STARTPATCHES
InjectHook(0x4C2EF0, &CEmergencyPed::dtor, PATCH_JUMP);
ENDPATCHES