diff options
author | Martin Kiewitz | 2009-12-28 22:45:26 +0000 |
---|---|---|
committer | Martin Kiewitz | 2009-12-28 22:45:26 +0000 |
commit | faff5b2123c644015df213010ebd9a05cc9d1ba4 (patch) | |
tree | bbaf6832d07fadcdeac8fa44954ecd708765acc7 | |
parent | f8abf06276ee0e6b0daf544f519ebe5c82fa577b (diff) | |
download | scummvm-rg350-faff5b2123c644015df213010ebd9a05cc9d1ba4.tar.gz scummvm-rg350-faff5b2123c644015df213010ebd9a05cc9d1ba4.tar.bz2 scummvm-rg350-faff5b2123c644015df213010ebd9a05cc9d1ba4.zip |
SCI/newmusic: Added comment about weird sierra sci behaviour
svn-id: r46691
-rw-r--r-- | engines/sci/sfx/music.cpp | 2 |
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()) |