mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2025-01-01 16:53:01 +05:00
Fixed III 1.1 Vigilante crash
This commit is contained in:
parent
f3311da509
commit
9e0d878a46
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ void Patch_III_11(const RECT& desktop)
|
||||||
Patch<DWORD>(0x581621, 0x900);
|
Patch<DWORD>(0x581621, 0x900);
|
||||||
|
|
||||||
// SHGetFolderPath on User Files
|
// SHGetFolderPath on User Files
|
||||||
InjectHook(0x580E00, GetMyDocumentsPath, PATCH_JUMP);
|
InjectHook(0x580F00, GetMyDocumentsPath, PATCH_JUMP);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Patch_III_Steam(const RECT& desktop)
|
void Patch_III_Steam(const RECT& desktop)
|
||||||
|
|
Loading…
Reference in a new issue