1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-12 22:43:07 +00:00

Move Quitting peacefully message to a more appropriate place

This commit is contained in:
Alexei Kotov 2025-07-09 10:55:17 +03:00
parent e9a9659abc
commit f3420bd1bd

View file

@ -433,6 +433,8 @@ OMW::Engine::~Engine()
}
SDL_Quit();
Log(Debug::Info) << "Quitting peacefully.";
}
// Set data dir
@ -1069,8 +1071,6 @@ void OMW::Engine::go()
Settings::Manager::saveUser(mCfgMgr.getUserConfigPath() / "settings.cfg");
Settings::ShaderManager::get().save();
mLuaManager->savePermanentStorage(mCfgMgr.getUserConfigPath());
Log(Debug::Info) << "Quitting peacefully.";
}
void OMW::Engine::setCompileAll(bool all)