mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-05 22:15:33 +00:00
Merge remote branch 'ace/win-fix'
This commit is contained in:
commit
fb44a5da10
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ const float WeatherGlobals::mThunderFrequency = .4;
|
|||
const float WeatherGlobals::mThunderThreshold = 0.6;
|
||||
const float WeatherGlobals::mThunderSoundDelay = 0.25;
|
||||
|
||||
WeatherManager::WeatherManager(MWRender::RenderingManager* rendering, Environment* env) :
|
||||
WeatherManager::WeatherManager(MWRender::RenderingManager* rendering, MWWorld::Environment* env) :
|
||||
mHour(14), mCurrentWeather("clear"), mFirstUpdate(true), mWeatherUpdateTime(0),
|
||||
mThunderFlash(0), mThunderChance(0), mThunderChanceNeeded(50), mThunderSoundDelay(0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue