diff options
author | erorcun <erayorcunus@gmail.com> | 2019-10-30 01:20:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 01:20:15 +0100 |
commit | 34090ab4d6c0d23d3955e8f85d8d97a2887af838 (patch) | |
tree | 7aaf5fd5359ad3f93ee2ee6e194d507c1d87c64a /src/render/Weather.h | |
parent | CRadar::Initialise() + fixes (diff) | |
parent | fix pager build (diff) | |
download | re3-34090ab4d6c0d23d3955e8f85d8d97a2887af838.tar re3-34090ab4d6c0d23d3955e8f85d8d97a2887af838.tar.gz re3-34090ab4d6c0d23d3955e8f85d8d97a2887af838.tar.bz2 re3-34090ab4d6c0d23d3955e8f85d8d97a2887af838.tar.lz re3-34090ab4d6c0d23d3955e8f85d8d97a2887af838.tar.xz re3-34090ab4d6c0d23d3955e8f85d8d97a2887af838.tar.zst re3-34090ab4d6c0d23d3955e8f85d8d97a2887af838.zip |
Diffstat (limited to 'src/render/Weather.h')
-rw-r--r-- | src/render/Weather.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/render/Weather.h b/src/render/Weather.h index 41cc5c0e..b5704b01 100644 --- a/src/render/Weather.h +++ b/src/render/Weather.h @@ -32,6 +32,10 @@ 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 Update(void); @@ -39,4 +43,6 @@ public: static void ReleaseWeather(); static void ForceWeather(int16); static void ForceWeatherNow(int16); + static void StoreWeatherState(); + static void RestoreWeatherState(); }; |