- fixed M_GetSavegamesPath for Linux.

This commit is contained in:
Professor Hastig 2023-09-14 09:06:36 +02:00 committed by Christoph Oelckers
parent 0e70e95fa4
commit a5e1f3bcad

View file

@ -191,7 +191,7 @@ FString M_GetScreenshotsPath()
FString M_GetSavegamesPath()
{
return NicePath("$HOME/" GAME_DIR "/");
return NicePath("$HOME/" GAME_DIR "/savegames/");
}
//===========================================================================