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