mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Capitalize "OFF" when invincibility is off
All other settings capitalize "ON" and "OFF", so this one should, too.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user