[Scummvm-cvs-logs] SF.net SVN: scummvm:[41551] scummvm/branches/gsoc2009-mods/sound/mods/tfmx. cpp

nolange at users.sourceforge.net nolange at users.sourceforge.net
Mon Jun 15 19:09:59 CEST 2009


Revision: 41551
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41551&view=rev
Author:   nolange
Date:     2009-06-15 17:09:59 +0000 (Mon, 15 Jun 2009)

Log Message:
-----------
My last commit fired an assert on some songs, fixed!

Modified Paths:
--------------
    scummvm/branches/gsoc2009-mods/sound/mods/tfmx.cpp

Modified: scummvm/branches/gsoc2009-mods/sound/mods/tfmx.cpp
===================================================================
--- scummvm/branches/gsoc2009-mods/sound/mods/tfmx.cpp	2009-06-15 17:08:39 UTC (rev 41550)
+++ scummvm/branches/gsoc2009-mods/sound/mods/tfmx.cpp	2009-06-15 17:09:59 UTC (rev 41551)
@@ -469,9 +469,6 @@
 	for (int i = 0; i < kNumChannels; ++i) {
 		const uint8 pattCmd = _patternCtx[i].command;
 		if (pattCmd < 0x90) {	// execute Patternstep
-			// FIXME: 0x90 is very likely a bug, 0x80 would make more sense
-			assert(pattCmd < 0x80);
-
 			++runningPatterns;
 			if (_patternCtx[i].wait == 0) {
 				// issue all Steps for this tick


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