[Scummvm-cvs-logs] SF.net SVN: scummvm:[46691] scummvm/trunk/engines/sci/sfx/music.cpp
m_kiewitz at users.sourceforge.net
m_kiewitz at users.sourceforge.net
Mon Dec 28 23:45:27 CET 2009
Revision: 46691
http://scummvm.svn.sourceforge.net/scummvm/?rev=46691&view=rev
Author: m_kiewitz
Date: 2009-12-28 22:45:26 +0000 (Mon, 28 Dec 2009)
Log Message:
-----------
SCI/newmusic: Added comment about weird sierra sci behaviour
Modified Paths:
--------------
scummvm/trunk/engines/sci/sfx/music.cpp
Modified: scummvm/trunk/engines/sci/sfx/music.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/music.cpp 2009-12-28 22:35:53 UTC (rev 46690)
+++ scummvm/trunk/engines/sci/sfx/music.cpp 2009-12-28 22:45:26 UTC (rev 46691)
@@ -501,6 +501,8 @@
}
}
+// 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())
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list