- fixed M_GetSavegamesPath for Linux.
This commit is contained in:
parent
0e70e95fa4
commit
a5e1f3bcad
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ FString M_GetScreenshotsPath()
|
|||
|
||||
FString M_GetSavegamesPath()
|
||||
{
|
||||
return NicePath("$HOME/" GAME_DIR "/");
|
||||
return NicePath("$HOME/" GAME_DIR "/savegames/");
|
||||
}
|
||||
|
||||
//===========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue