mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Fix music stopping when restarting a time trial
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user