mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04:00
Static for nextWeather()
This commit is contained in:
parent
c467b1cf4e
commit
f9940413fd
@ -579,7 +579,7 @@ void WeatherManager::stopSounds(bool stopAll)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Weather::Type WeatherManager::nextWeather(const ESM::Region* region)
|
Weather::Type WeatherManager::nextWeather(const ESM::Region* region) const
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* All probabilities must add to 100 (responsibility of the user).
|
* All probabilities must add to 100 (responsibility of the user).
|
||||||
|
@ -202,7 +202,7 @@ namespace MWWorld
|
|||||||
float calculateAngleFade (const std::string& moonName, float angle) const;
|
float calculateAngleFade (const std::string& moonName, float angle) const;
|
||||||
|
|
||||||
void setWeather(Weather::Type weatherType, bool instant=false);
|
void setWeather(Weather::Type weatherType, bool instant=false);
|
||||||
Weather::Type nextWeather(const ESM::Region* region);
|
Weather::Type nextWeather(const ESM::Region* region) const;
|
||||||
WeatherResult mResult;
|
WeatherResult mResult;
|
||||||
float mSunriseTime;
|
float mSunriseTime;
|
||||||
float mSunsetTime;
|
float mSunsetTime;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user