mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-03-30 21:51:46 +03:00
Add error message if quicksave fails
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user