mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 10:09:43 +01:00
Capitalize "OFF" when invincibility is off
All other settings capitalize "ON" and "OFF", so this one should, too.
This commit is contained in:
parent
9ab61af1da
commit
0da9b5069a
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ static void menurender(void)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
graphics.Print( -1, 105, "Invincibility is off.", tr/2, tg/2, tb/2, true);
|
graphics.Print( -1, 105, "Invincibility is OFF.", tr/2, tg/2, tb/2, true);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
|
|
Loading…
Reference in a new issue