We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfba4a2 commit b3f3cb5Copy full SHA for b3f3cb5
src/SongControl.cpp
@@ -48,7 +48,7 @@ namespace SongControl {
48
songManager.setCurrentSong(formerHeldSong);
49
if (Utils::getBool("playlistMode")) FMODAudioEngine::get()->playMusic(songManager.getCurrentSong(), true, 1.0f, 1);
50
else GameManager::sharedState()->playMenuMusic();
51
- Utils::newCardAndDisplayNameFromCurrentSong();
+ return Utils::newCardAndDisplayNameFromCurrentSong();
52
}
53
if (!Utils::getBool("playlistMode")) Utils::setNewSong();
54
else Utils::constantShuffleModeNewSong();
0 commit comments