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

@@ -3614,6 +3614,7 @@ void scriptclass::hardreset()
game.minutes = 0;
game.hours = 0;
game.gamesaved = false;
game.gamesavefailed = false;
game.savetime = "00:00";
game.savearea = "nowhere";
game.savetrinkets = 0;