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:
parent
256ead4799
commit
d6d9b505a2
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue