mirror of
https://github.com/td512/re3.git
synced 2026-03-03 18:56:00 +00:00
script 400-499 start
This commit is contained in:
@@ -33,3 +33,15 @@ void CWeather::ReleaseWeather()
|
||||
{
|
||||
ForcedWeatherType = -1;
|
||||
}
|
||||
|
||||
void CWeather::ForceWeather(int16 weather)
|
||||
{
|
||||
ForcedWeatherType = weather;
|
||||
}
|
||||
|
||||
void CWeather::ForceWeatherNow(int16 weather)
|
||||
{
|
||||
OldWeatherType = weather;
|
||||
NewWeatherType = weather;
|
||||
ForcedWeatherType = weather;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user