mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add impossible message for quicksave screen in time trials
It is impossible to get on the quicksave screen in time trials, because Enter is always bound to restarting time trials in a time trial, and there's no way to open the map screen otherwise. So, I've decided to add a fun little message in case someone somehow manages to get to this screen in a time trial.
This commit is contained in:
@@ -2499,7 +2499,7 @@ void maprender(void)
|
|||||||
}
|
}
|
||||||
if (game.intimetrial)
|
if (game.intimetrial)
|
||||||
{
|
{
|
||||||
graphics.Print(0, 115, "Cannot Save in Time Trial", 146, 146, 180, true);
|
graphics.Print(0, 115, "How did you get on this screen?", 146, 146, 180, true);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (game.insecretlab)
|
if (game.insecretlab)
|
||||||
|
|||||||
Reference in New Issue
Block a user