diff --git a/SAFix/SilentPatchSA.cpp b/SAFix/SilentPatchSA.cpp index b98053d..2eb81da 100644 --- a/SAFix/SilentPatchSA.cpp +++ b/SAFix/SilentPatchSA.cpp @@ -2372,6 +2372,11 @@ void Patch_SA_10() Patch(0x5BBB08, 0x00000000); Patch(0x5BBB0C, 0x903F8000); + // All lights get casted at vehicles + Patch(0x5D9A88, 8); + Patch(0x5D9A91, 8); + Patch(0x5D9F1F, 8); + // Default resolution to native resolution RECT desktop; GetWindowRect(GetDesktopWindow(), &desktop); @@ -2588,6 +2593,11 @@ void Patch_SA_11() Patch(0x5BC2E8, 0x00000000); Patch(0x5BC2EC, 0x903F8000); + // All lights get casted at vehicles + Patch(0x5DA297, 8); + Patch(0x5DA2A0, 8); + Patch(0x5DA73F, 8); + // Default resolution to native resolution RECT desktop; GetWindowRect(GetDesktopWindow(), &desktop); @@ -2778,6 +2788,11 @@ void Patch_SA_Steam() Patch(0x5DA8D8, 0x00000000); Patch(0x5DA8DC, 0x903F8000); + // All lights get casted at vehicles + Patch(0x5F61C7, 8); + Patch(0x5F61D0, 8); + Patch(0x5F666D, 8); + // Default resolution to native resolution RECT desktop; GetWindowRect(GetDesktopWindow(), &desktop);