From addc53b6a0a287f83d0f423f492de0ecc562b56a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=8C=E3=83=AB=E3=83=9D?= Date: Mon, 24 Jan 2022 04:43:51 +0800 Subject: [PATCH] fix the issue for pr 2526 --- Client/game_sa/CGameSA.cpp | 3 +++ 1 file changed, 3 insertions(+) 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); } }