From 11569819dbda574e0452565a514fff5c85e5450c Mon Sep 17 00:00:00 2001 From: gugus Date: Mon, 19 Mar 2012 18:01:54 +0100 Subject: [PATCH] compilation fix --- apps/openmw/mwworld/weather.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/openmw/mwworld/weather.cpp b/apps/openmw/mwworld/weather.cpp index 47f436191..044d6e83a 100644 --- a/apps/openmw/mwworld/weather.cpp +++ b/apps/openmw/mwworld/weather.cpp @@ -26,11 +26,7 @@ const float WeatherGlobals::mSunsetTime = 18; const float WeatherGlobals::mSunriseDuration = 2; const float WeatherGlobals::mSunsetDuration = 2; const float WeatherGlobals::mWeatherUpdateTime = 20.f; -const float WeatherGlobals::mThunderFrequency = .4; -const float WeatherGlobals::mThunderThreshold = 0.6; -const float WeatherGlobals::mThunderSoundDelay = 0.25; -const float WeatherGlobals::mWeatherUpdateTime = 20.f; // morrowind sets these per-weather, but since they are only used by 'thunderstorm' // weather setting anyway, we can just as well set them globally