1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-21 11:23:51 +00:00

removed redundant case smashing

This commit is contained in:
Marc Zinnschlag 2013-04-28 14:07:53 +02:00
parent fdf80c1c4f
commit 738a54337d

View file

@ -290,7 +290,6 @@ void WeatherManager::update(float duration)
if (exterior)
{
std::string regionstr = Misc::StringUtils::lowerCase(MWBase::Environment::get().getWorld()->getPlayer().getPlayer().getCell()->mCell->mRegion);
Misc::StringUtils::toLower(regionstr);
if (mWeatherUpdateTime <= 0 || regionstr != mCurrentRegion)
{