mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Missed one call.
This commit is contained in:
@@ -390,6 +390,7 @@ void CMusicHandler::playMusicFromSet(std::string whichSet, int entryID, bool loo
|
||||
if (current && current->isTrack( selectedEntry->second))
|
||||
return;
|
||||
|
||||
queueNext(this, whichSet, "", loop);
|
||||
}
|
||||
|
||||
void CMusicHandler::queueNext(unique_ptr<MusicEntry> queued)
|
||||
|
Reference in New Issue
Block a user