mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 11:54:44 +00:00
Remove patches
This commit is contained in:
parent
c8af08330a
commit
599164006a
174 changed files with 244 additions and 4689 deletions
|
@ -1,6 +1,6 @@
|
|||
#define WITHWINDOWS
|
||||
#include "common.h"
|
||||
#include "patcher.h"
|
||||
|
||||
#include "FileMgr.h"
|
||||
#include "GenericGameStorage.h"
|
||||
#include "Messages.h"
|
||||
|
@ -136,11 +136,3 @@ C_PcSave::PopulateSlotInfo()
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
STARTPATCHES
|
||||
InjectHook(0x591EA0, C_PcSave::SetSaveDirectory, PATCH_JUMP);
|
||||
InjectHook(0x5922F0, &C_PcSave::DeleteSlot, PATCH_JUMP);
|
||||
InjectHook(0x591EC0, &C_PcSave::SaveSlot, PATCH_JUMP);
|
||||
InjectHook(0x591F80, &C_PcSave::PcClassSaveRoutine, PATCH_JUMP);
|
||||
InjectHook(0x592090, &C_PcSave::PopulateSlotInfo, PATCH_JUMP);
|
||||
ENDPATCHES
|
Loading…
Add table
Add a link
Reference in a new issue