diff --git a/.gitignore b/.gitignore index 06f9e34..b48c7ee 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ *.exe *.bmp -/Makefile* +Makefile* /oneshot /steamshim_parent/steamshim diff --git a/journal/journal.cpp b/journal/journal.cpp index 749fe37..a7838db 100644 --- a/journal/journal.cpp +++ b/journal/journal.cpp @@ -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 {