mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-11-22 13:32:36 +01:00
Changed 1.01 disclaimer
Removed replay fix for now
This commit is contained in:
parent
84e8be3c38
commit
48ff3a0150
@ -2605,7 +2605,11 @@ BOOL InjectDelayedPatches_10()
|
|||||||
BOOL InjectDelayedPatches_11()
|
BOOL InjectDelayedPatches_11()
|
||||||
{
|
{
|
||||||
#ifdef NDEBUG
|
#ifdef NDEBUG
|
||||||
MessageBoxW( nullptr, L"You're using a 1.01 executable which is no longer supported by SilentPatch!\n\nI have no idea if anyone was still using it, so if you do - send me an e-mail!", L"SilentPatch", MB_OK | MB_ICONWARNING );
|
MessageBoxW( nullptr, L"You're using a 1.01 executable which is no longer supported by SilentPatch!\n\n"
|
||||||
|
L"Since this EXE is used by only a few people, I recommend downgrading back to 1.0 - you gain full compatibility with mods "
|
||||||
|
L"and any relevant fixes 1.01 brings are backported to 1.0 by SilentPatch anyway.\n\n"
|
||||||
|
L"To downgrade to 1.0, just find a 1.0 EXE and use it. If you are having issues with this, feel free to send me an e-mail!",
|
||||||
|
L"SilentPatch", MB_OK | MB_ICONWARNING );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if ( !IsAlreadyRunning() )
|
if ( !IsAlreadyRunning() )
|
||||||
@ -3488,8 +3492,11 @@ void Patch_SA_10()
|
|||||||
InjectHook( 0x5557C3, FindPlayerVehicle_RCWrap );
|
InjectHook( 0x5557C3, FindPlayerVehicle_RCWrap );
|
||||||
|
|
||||||
|
|
||||||
|
// TODO: Verify this fix, might be causing crashes atm and too risky to include
|
||||||
|
#if 0
|
||||||
// Fixed CPlayerInfo assignment operator
|
// Fixed CPlayerInfo assignment operator
|
||||||
InjectHook( 0x45DEF0, &CPlayerInfo::operator=, PATCH_JUMP );
|
InjectHook( 0x45DEF0, &CPlayerInfo::operator=, PATCH_JUMP );
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
// Fixed triangle above recruitable peds' heads
|
// Fixed triangle above recruitable peds' heads
|
||||||
|
Loading…
Reference in New Issue
Block a user