This commit is contained in:
Nikolay Korolev
2021-01-11 17:14:56 +03:00
parent 53a99cb9ee
commit 625376f0d3
7 changed files with 586 additions and 537 deletions

View File

@@ -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);
@@ -55,6 +60,9 @@ public:
static void AddRain();
static void AddHeatHaze();
static void AddBeastie();
static void StoreWeatherState();
static void RestoreWeatherState();
};
enum {