[Scummvm-cvs-logs] SF.net SVN: scummvm:[47676] scummvm/trunk/engines/sci/sound/soundcmd.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Jan 29 18:47:18 CET 2010


Revision: 47676
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47676&view=rev
Author:   thebluegr
Date:     2010-01-29 17:47:17 +0000 (Fri, 29 Jan 2010)

Log Message:
-----------
Wording

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sound/soundcmd.cpp

Modified: scummvm/trunk/engines/sci/sound/soundcmd.cpp
===================================================================
--- scummvm/trunk/engines/sci/sound/soundcmd.cpp	2010-01-29 17:45:30 UTC (rev 47675)
+++ scummvm/trunk/engines/sci/sound/soundcmd.cpp	2010-01-29 17:47:17 UTC (rev 47676)
@@ -512,7 +512,7 @@
 	}
 
 	// Don't modify the objects of sound slots that are already stopped,
-	// as the associated objects could have been disposed
+	// as the associated objects could be disposed by the game scripts
 	if (musicSlot->status != kSoundStopped) {
 		PUT_SEL32V(_segMan, obj, handle, 0);
 		if (_soundVersion <= SCI_VERSION_0_LATE)
@@ -908,7 +908,7 @@
 	const MusicList::iterator end = _music->getPlayListEnd();
 	for (MusicList::iterator i = _music->getPlayListStart(); i != end; ++i) {
 		// Don't modify the objects of sound slots that are already stopped,
-		// as the associated objects could have been disposed
+		// as the associated objects could be disposed by the game scripts
 		if ((*i)->status != kSoundStopped) {
 			if (_soundVersion <= SCI_VERSION_0_LATE)
 				PUT_SEL32V(_segMan, (*i)->soundObj, state, kSoundStopped);


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