1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-02 02:53:32 +02:00

Capitalize "No Death Mode" in "not available" message

It's fully capitalized everywhere else, so why not here?
This commit is contained in:
Misa 2020-04-15 20:45:43 -07:00 committed by Ethan Lee
parent 256ead4799
commit d6d9b505a2

View File

@ -487,7 +487,7 @@ void menurender()
if (game.gameframerate > 34 || map.invincibility)
{
graphics.Print( -1, 105, "No death mode is not available", tr, tg, tb, true);
graphics.Print( -1, 105, "No Death Mode is not available", tr, tg, tb, true);
graphics.Print( -1, 115, "with slowdown or invincibility.", tr, tg, tb, true);
}
else if (!game.unlock[17])