mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +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
|
||||
{
|
||||
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;
|
||||
case 4:
|
||||
|
||||
Reference in New Issue
Block a user