Removed: some flooding warning

This commit is contained in:
vl 2010-07-06 10:58:02 +02:00
parent 8ecf22ad3f
commit f4a2b13452

View file

@ -1289,7 +1289,7 @@ void CSoundManager::update ()
_BackgroundFlags.Flags[DUSK] = true; _BackgroundFlags.Flags[DUSK] = true;
break; break;
case CLightCycleManager::StateUnknown: case CLightCycleManager::StateUnknown:
nlwarning("Unknown light cycle state reached."); //nlwarning("Unknown light cycle state reached.");
break; break;
} }
@ -1322,7 +1322,8 @@ void CSoundManager::update ()
_BackgroundFlags.Flags[WINTER] = true; _BackgroundFlags.Flags[WINTER] = true;
break; break;
default: default:
nlwarning("Updating unknown season."); //nlwarning("Updating unknown season.");
break;
} }
// TODO : update the filter state for weather effet // TODO : update the filter state for weather effet
CWeatherState weatherState = WeatherManager.getCurrWeatherState(); CWeatherState weatherState = WeatherManager.getCurrWeatherState();