1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 14:38:30 +02:00

Capitalize "OFF" when invincibility is off

All other settings capitalize "ON" and "OFF", so this one should, too.
This commit is contained in:
Misa 2021-03-21 17:41:07 -07:00 committed by Ethan Lee
parent 9ab61af1da
commit 0da9b5069a

View File

@ -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: