1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 15:35:23 +00:00

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)