aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer/Weather.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/Weather.h')
-rw-r--r--src/renderer/Weather.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/renderer/Weather.h b/src/renderer/Weather.h
index bda57d55..0e7cf9bd 100644
--- a/src/renderer/Weather.h
+++ b/src/renderer/Weather.h
@@ -42,6 +42,11 @@ public:
static float TrafficLightBrightness;
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 Update(void);
@@ -57,6 +62,8 @@ public:
static void AddBeastie();
static void ForceHurricaneWeather();
+ static void StoreWeatherState();
+ static void RestoreWeatherState();
};
enum {