1
0
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:
Michał W. Urbańczyk
2013-08-01 22:36:49 +00:00
parent eb90f93231
commit c57b159fc9

View File

@@ -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)