diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index 5927924c..9bbf83bd 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -411,7 +411,7 @@ static bool saveScreenshot() #elif defined __APPLE__ filenameSuffix << "Desktop/"; #endif - filenameSuffix << "TMW_Screenshot_" << screenshotCount << ".png"; + filenameSuffix << "Mana_Screenshot_" << screenshotCount << ".png"; filename << filenameSuffix.str(); testExists.open(filename.str().c_str(), std::ios::in); found = !testExists.is_open(); |