Change: add a timestamp in name of crash files

This commit is contained in:
glx22
2021-12-22 19:26:49 +01:00
committed by Michael Lutz
parent d9a37c915f
commit b6c5f49379
4 changed files with 28 additions and 5 deletions

View File

@@ -186,7 +186,7 @@ public:
ret = false;
}
printf("Writing crash savegame...\n");
printf("Writing crash screenshot...\n");
if (!this->WriteScreenshot(filename_screenshot, lastof(filename_screenshot))) {
filename_screenshot[0] = '\0';
ret = false;