mirror of
https://github.com/halpz/re3.git
synced 2025-06-30 02:16:23 +00:00
Better organization for Frontend.cpp
This commit is contained in:
@ -10,6 +10,8 @@ cAudioManager::PlayerJustLeftCar(void)
|
||||
// UNUSED: This is a perfectly empty function.
|
||||
}
|
||||
|
||||
WRAPPER void cAudioManager::Service() { EAXJMP(0x57A2A0); }
|
||||
|
||||
STARTPATCHES
|
||||
InjectHook(0x56AD20, &cAudioManager::PlayerJustLeftCar, PATCH_JUMP);
|
||||
ENDPATCHES
|
Reference in New Issue
Block a user