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

@@ -2215,6 +2215,10 @@ void maprender()
{
graphics.Print(0, 115, "Cannot Save in Secret Lab", 146, 146, 180, true);
}
else if (game.gamesavefailed)
{
graphics.Print(0, 115, "ERROR: Could not save game!", 146, 146, 180, true);
}
else if (map.custommode)
{
if (game.gamesaved)