diff --git a/apps/openmw/engine.cpp b/apps/openmw/engine.cpp index 892e7a188..9e04d1ad0 100644 --- a/apps/openmw/engine.cpp +++ b/apps/openmw/engine.cpp @@ -470,7 +470,7 @@ void OMW::Engine::screenshot() // Count screenshots. int shotCount = 0; - const std::string screenshotPath = mCfgMgr.getLocalConfigPath().string(); + const std::string screenshotPath = mCfgMgr.getLocalPath().string(); // Find the first unused filename with a do-while std::ostringstream stream;