summaryrefslogtreecommitdiffstats
path: root/src/Weather.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Weather.cpp')
-rw-r--r--src/Weather.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Weather.cpp b/src/Weather.cpp
index 845ef014..460deeac 100644
--- a/src/Weather.cpp
+++ b/src/Weather.cpp
@@ -28,3 +28,8 @@ bool &CWeather::bScriptsForceRain = *(bool*)0x95CD7D;
bool &CWeather::Stored_StateStored = *(bool*)0x95CDC1;
WRAPPER void CWeather::RenderRainStreaks(void) { EAXJMP(0x524550); }
+
+void CWeather::ReleaseWeather()
+{
+ ForcedWeatherType = -1;
+}