1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2025-01-03 15:39:46 +01: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) 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); graphics.Print( -1, 115, "with slowdown or invincibility.", tr, tg, tb, true);
} }
else if (!game.unlock[17]) else if (!game.unlock[17])