mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Capitalize "No Death Mode" in "not available" message
It's fully capitalized everywhere else, so why not here?
This commit is contained in:
@@ -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])
|
||||||
|
|||||||
Reference in New Issue
Block a user