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;