mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-11-25 23:02:31 +01:00
Fixed a crash with widescreen resolutions patch
This commit is contained in:
parent
79758df9b6
commit
4590fe17e5
@ -2440,7 +2440,8 @@ void Patch_SA_10()
|
||||
Patch<DWORD>(0x745B81, 0x9090587D);
|
||||
Patch<DWORD>(0x74596C, 0x9090127D);
|
||||
Nop(0x745970, 2);
|
||||
Nop(0x745B75, 2);
|
||||
//Nop(0x745B75, 2);
|
||||
Nop(0x745B85, 2);
|
||||
Nop(0x7459E1, 2);
|
||||
|
||||
// Heap corruption fix
|
||||
|
Loading…
Reference in New Issue
Block a user