1
0
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:
Glorf 2013-03-17 20:12:26 +01:00
parent f3fd3a7691
commit 5922637c58

View File

@ -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)