mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 20:21:26 +00:00
- 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…
Reference in a new issue