mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +00:00
Unblocked Solstheim weather that should work now.
This commit is contained in:
parent
f3fd3a7691
commit
5922637c58
@ -107,16 +107,14 @@ WeatherManager::WeatherManager(MWRender::RenderingManager* rendering,MWWorld::Fa
|
||||
blight.mAmbientLoopSoundID = "blight";
|
||||
setFallbackWeather(blight,"blight");
|
||||
|
||||
/*
|
||||
Weather snow;
|
||||
snow.mCloudTexture = "tx_bm_sky_snow.dds";
|
||||
setFallbackWeather(snow, "snow")
|
||||
setFallbackWeather(snow, "snow");
|
||||
|
||||
Weather blizzard;
|
||||
blizzard.mCloudTexture = "tx_bm_sky_blizzard.dds";
|
||||
blizzard.mAmbientLoopSoundID = "BM Blizzard";
|
||||
setFallbackWeather(blizzard,"blizzard")
|
||||
*/
|
||||
setFallbackWeather(blizzard,"blizzard");
|
||||
}
|
||||
|
||||
void WeatherManager::setWeather(const String& weather, bool instant)
|
||||
|
Loading…
x
Reference in New Issue
Block a user