Add error message if quicksave fails

This commit is contained in:
Dav999-v
2020-11-04 03:45:33 +01:00
committed by Ethan Lee
parent 5dbb90c7fd
commit 4ebf89e844
5 changed files with 29 additions and 20 deletions

View File

@@ -97,8 +97,8 @@ public:
void resetgameclock();
void customsavequick(std::string savfile);
void savequick();
bool customsavequick(std::string savfile);
bool savequick();
void gameclock();
@@ -204,6 +204,7 @@ public:
int frames, seconds, minutes, hours;
bool gamesaved;
bool gamesavefailed;
std::string savetime;
std::string savearea;
int savetrinkets;