aboutsummaryrefslogtreecommitdiffstats
path: root/src/render/Weather.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-10-22 00:39:59 +0300
committerNikolay Korolev <nickvnuk@gmail.com>2019-10-22 00:39:59 +0300
commitd579ee1b64677a425f64a06629bb1a4dcee382ff (patch)
tree501b60f177b68fda115f568a1e8ee0c367cba484 /src/render/Weather.h
parent9d4140734f5b49d743d3312971e8e1b8c81d9453 (diff)
script 500-599 plus bugfix
Diffstat (limited to 'src/render/Weather.h')
-rw-r--r--src/render/Weather.h6
1 files changed, 6 insertions, 0 deletions
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();
};