mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-05 00:08:00 +03:00
removed redundant case smashing
This commit is contained in:
parent
fdf80c1c4f
commit
738a54337d
1 changed files with 0 additions and 1 deletions
|
@ -290,7 +290,6 @@ void WeatherManager::update(float duration)
|
||||||
if (exterior)
|
if (exterior)
|
||||||
{
|
{
|
||||||
std::string regionstr = Misc::StringUtils::lowerCase(MWBase::Environment::get().getWorld()->getPlayer().getPlayer().getCell()->mCell->mRegion);
|
std::string regionstr = Misc::StringUtils::lowerCase(MWBase::Environment::get().getWorld()->getPlayer().getPlayer().getCell()->mCell->mRegion);
|
||||||
Misc::StringUtils::toLower(regionstr);
|
|
||||||
|
|
||||||
if (mWeatherUpdateTime <= 0 || regionstr != mCurrentRegion)
|
if (mWeatherUpdateTime <= 0 || regionstr != mCurrentRegion)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue