mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Adjusted save file name; fixed .gitignore
This commit is contained in:
parent
c0a3cda160
commit
90eb18a8ac
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -5,7 +5,7 @@
|
|||
*.exe
|
||||
*.bmp
|
||||
|
||||
/Makefile*
|
||||
Makefile*
|
||||
|
||||
/oneshot
|
||||
/steamshim_parent/steamshim
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ int do_journal()
|
|||
// Default image
|
||||
WCHAR save_path[MAX_PATH];
|
||||
SHGetFolderPathW(NULL, CSIDL_PERSONAL, NULL, 0, save_path);
|
||||
wcscat(save_path, L"\\My Games\\Oneshot\\progress.oneshot");
|
||||
wcscat(save_path, L"\\My Games\\Oneshot\\save_progress.oneshot");
|
||||
if (PathFileExistsW(save_path)) {
|
||||
loadImage("save");
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue