summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 261fa157..12d3947e 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -361,7 +361,7 @@ bool saveScreenshot(SDL_Surface *screenshot)
#elif defined __APPLE__
filename << PHYSFS_getUserDir() << "Desktop/";
#endif
- filename << "Aethyra_Screenshot_" << screenshotCount << ".png";
+ filename << "Ae_Screenshot_" << screenshotCount << ".png";
testExists.open(filename.str().c_str(), std::ios::in);
found = !testExists.is_open();
testExists.close();