forked from teamnwah/openmw-tes3coop
Unblocked Solstheim weather that should work now.
This commit is contained in:
parent
f3fd3a7691
commit
5922637c58
1 changed files with 2 additions and 4 deletions
|
@ -107,16 +107,14 @@ WeatherManager::WeatherManager(MWRender::RenderingManager* rendering,MWWorld::Fa
|
||||||
blight.mAmbientLoopSoundID = "blight";
|
blight.mAmbientLoopSoundID = "blight";
|
||||||
setFallbackWeather(blight,"blight");
|
setFallbackWeather(blight,"blight");
|
||||||
|
|
||||||
/*
|
|
||||||
Weather snow;
|
Weather snow;
|
||||||
snow.mCloudTexture = "tx_bm_sky_snow.dds";
|
snow.mCloudTexture = "tx_bm_sky_snow.dds";
|
||||||
setFallbackWeather(snow, "snow")
|
setFallbackWeather(snow, "snow");
|
||||||
|
|
||||||
Weather blizzard;
|
Weather blizzard;
|
||||||
blizzard.mCloudTexture = "tx_bm_sky_blizzard.dds";
|
blizzard.mCloudTexture = "tx_bm_sky_blizzard.dds";
|
||||||
blizzard.mAmbientLoopSoundID = "BM Blizzard";
|
blizzard.mAmbientLoopSoundID = "BM Blizzard";
|
||||||
setFallbackWeather(blizzard,"blizzard")
|
setFallbackWeather(blizzard,"blizzard");
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void WeatherManager::setWeather(const String& weather, bool instant)
|
void WeatherManager::setWeather(const String& weather, bool instant)
|
||||||
|
|
Loading…
Reference in a new issue