1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 22:23:51 +00:00

post-merge fix

This commit is contained in:
Marc Zinnschlag 2012-02-13 16:42:01 +01:00
parent 27caee664e
commit 77201d05bc

View file

@ -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;