Fix music stopping when restarting a time trial

This commit is contained in:
Malte Desktop
2021-04-14 16:23:58 +02:00
committed by Ethan Lee
parent a0d40b5d74
commit f196fcd896
2 changed files with 37 additions and 151 deletions

View File

@@ -2095,7 +2095,6 @@ void gameinput(void)
//Quick restart of time trial
graphics.fademode = 2;
game.completestop = true;
music.fadeout();
game.quickrestartkludge = true;
}
else if (game.intimetrial)