script 500-599 plus bugfix
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user