From 90eb18a8ac7b1a2ae8e422d2620713dcdfac2cb5 Mon Sep 17 00:00:00 2001 From: Mathew Velasquez Date: Fri, 4 Nov 2016 17:58:15 -0400 Subject: [PATCH] Adjusted save file name; fixed .gitignore --- .gitignore | 2 +- journal/journal.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {