1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-11-05 02:39:41 +01:00

Fix bracing of time trial startgamemode

It should be next-line brace, not same-line brace.
This commit is contained in:
Misa 2021-04-14 09:17:58 -07:00 committed by Ethan Lee
parent e0749801ea
commit 815d96dd4c

View file

@ -2729,7 +2729,8 @@ void scriptclass::startgamemode( int t )
game.timetrialparlost = false;
game.timetriallevel = t - 3;
switch (t) {
switch (t)
{
case 3:
game.timetrialpar = 75;
game.timetrialshinytarget = 2;