[Scummvm-cvs-logs] SF.net SVN: scummvm: [30208] scummvm/branches/branch-0-11-0/engines/scumm/ imuse_digi/dimuse.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Jan 4 00:38:19 CET 2008


Revision: 30208
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30208&view=rev
Author:   fingolfin
Date:     2008-01-03 15:38:18 -0800 (Thu, 03 Jan 2008)

Log Message:
-----------
Another minor part of the iMuse Digital patch in the trunk: If we set toBeRemoved to true, don't contiune processing the track

Modified Paths:
--------------
    scummvm/branches/branch-0-11-0/engines/scumm/imuse_digi/dimuse.cpp

Modified: scummvm/branches/branch-0-11-0/engines/scumm/imuse_digi/dimuse.cpp
===================================================================
--- scummvm/branches/branch-0-11-0/engines/scumm/imuse_digi/dimuse.cpp	2008-01-03 23:37:32 UTC (rev 30207)
+++ scummvm/branches/branch-0-11-0/engines/scumm/imuse_digi/dimuse.cpp	2008-01-03 23:38:18 UTC (rev 30208)
@@ -250,6 +250,7 @@
 						}
 						if (track->vol == 0) {
 							track->toBeRemoved = true;
+							continue;
 						}
 					}
 				} else if (track->volFadeStep > 0) {


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