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;