mirror of
https://github.com/halpz/re3.git
synced 2025-07-27 05:12:43 +00:00
PlayBackThisFrameInterpolation and all it required...
This commit is contained in:
@ -52,6 +52,7 @@ CDummy::Remove(void)
|
||||
}
|
||||
|
||||
STARTPATCHES
|
||||
InjectHook(0x473810, &CDummy::dtor, PATCH_JUMP);
|
||||
InjectHook(0x473860, &CDummy::Add_, PATCH_JUMP);
|
||||
InjectHook(0x473AD0, &CDummy::Remove_, PATCH_JUMP);
|
||||
ENDPATCHES
|
||||
|
Reference in New Issue
Block a user