diff --git a/Client/game_sa/CGameSA.cpp b/Client/game_sa/CGameSA.cpp index db7c7df1dd6..44373ad27fd 100644 --- a/Client/game_sa/CGameSA.cpp +++ b/Client/game_sa/CGameSA.cpp @@ -490,6 +490,9 @@ void CGameSA::Reset() // Restore vehicle model wheel sizes CModelInfoSA::ResetAllVehiclesWheelSizes(); + + // Reset the vehicle sun glare effect to default + CVehicleSA::SetVehiclesSunGlareEnable(false); } }