mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Fix bracing of time trial startgamemode
It should be next-line brace, not same-line brace.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user