Merge pull request #1389 from akortunov/autosave

Create autosave when waiting
pull/280/head
scrawl 7 years ago committed by GitHub
commit b6aaa2f2be

@ -134,7 +134,7 @@ namespace MWGui
void WaitDialog::startWaiting(int hoursToWait)
{
if(Settings::Manager::getBool("autosave","Saves") && mSleeping) //autosaves when enabled and sleeping
if(Settings::Manager::getBool("autosave","Saves")) //autosaves when enabled
MWBase::Environment::get().getStateManager()->quickSave("Autosave");
MWBase::World* world = MWBase::Environment::get().getWorld();

Loading…
Cancel
Save