mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 18:14:08 +00:00
Better organization for Frontend.cpp
This commit is contained in:
parent
628b9a8b54
commit
28509e216f
8 changed files with 772 additions and 668 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue