aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/sfx/music.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/sfx/music.cpp b/engines/sci/sfx/music.cpp
index 5e45f08386..102ef57372 100644
--- a/engines/sci/sfx/music.cpp
+++ b/engines/sci/sfx/music.cpp
@@ -501,6 +501,8 @@ void SciMusic::reconstructPlayList(int savegame_version) {
}
}
+// There is some weird code going on in sierra sci. it checks the first 2 playlist entries if they are 0
+// we should never need to care about this, anyway this is just meant as note
MusicList::iterator SciMusic::enumPlayList(MusicList::iterator slotLoop) {
if (!slotLoop) {
if (_playList.begin() == _playList.end())