From d579ee1b64677a425f64a06629bb1a4dcee382ff Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Tue, 22 Oct 2019 00:39:59 +0300 Subject: script 500-599 plus bugfix --- src/render/Weather.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/render/Weather.h') diff --git a/src/render/Weather.h b/src/render/Weather.h index bbf8498e..0b413462 100644 --- a/src/render/Weather.h +++ b/src/render/Weather.h @@ -32,10 +32,16 @@ public: static bool &bScriptsForceRain; static bool &Stored_StateStored; + static float &Stored_InterpolationValue; + static int16 &Stored_OldWeatherType; + static int16 &Stored_NewWeatherType; + static float &Stored_Rain; static void RenderRainStreaks(void); static void ReleaseWeather(); static void ForceWeather(int16); static void ForceWeatherNow(int16); + static void StoreWeatherState(); + static void RestoreWeatherState(); }; -- cgit v1.2.3