fixed placement of else statement

This commit is contained in:
Jeffrey Haines 2014-05-04 17:54:33 -04:00
parent 78f76842a6
commit d4812c3af9

View file

@ -976,9 +976,9 @@ namespace MWMechanics
if (!detected)
MWBase::Environment::get().getWindowManager()->setSneakVisibility(true);
else
MWBase::Environment::get().getWindowManager()->setSneakVisibility(false);
}
else
MWBase::Environment::get().getWindowManager()->setSneakVisibility(false);
}
}
void Actors::restoreDynamicStats(bool sleep)