mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Fix toggling MMMMMM always playing Presenting VVVVVV
This would be fine, under the assumption that you could never reach the menu from outside the menu. Well, now you can, so now this has to play the correct song instead of track 6.
This commit is contained in:
@@ -597,7 +597,7 @@ void menuactionpress()
|
||||
}
|
||||
music.usingmmmmmm = !music.usingmmmmmm;
|
||||
music.playef(11);
|
||||
music.play(6);
|
||||
music.play(music.currentsong);
|
||||
game.savestats();
|
||||
}
|
||||
else if (game.currentmenuoption == OFFSET+5+mmmmmm_offset)
|
||||
|
||||
Reference in New Issue
Block a user