From a214d0ed4c0f0aadc6237eb0af19a24f8d73ea25 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Mon, 11 Jan 2021 17:25:51 +0300 Subject: [PATCH] fix --- src/render/Weather.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/render/Weather.cpp b/src/render/Weather.cpp index 6d4920b5..dba9ed14 100644 --- a/src/render/Weather.cpp +++ b/src/render/Weather.cpp @@ -51,6 +51,7 @@ float CWeather::WindClipped; float CWeather::TrafficLightBrightness; bool CWeather::bScriptsForceRain; +bool CWeather::Stored_StateStored; float CWeather::Stored_InterpolationValue; int16 CWeather::Stored_OldWeatherType; int16 CWeather::Stored_NewWeatherType;