From c8d05aca48ca4af8f042d0442f20320201c81f92 Mon Sep 17 00:00:00 2001 From: Norbert Lange Date: Mon, 15 Jun 2009 17:09:59 +0000 Subject: My last commit fired an assert on some songs, fixed! svn-id: r41551 --- sound/mods/tfmx.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'sound/mods') diff --git a/sound/mods/tfmx.cpp b/sound/mods/tfmx.cpp index a5a0dde624..a43e330908 100644 --- a/sound/mods/tfmx.cpp +++ b/sound/mods/tfmx.cpp @@ -469,9 +469,6 @@ doTrackstep: 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 -- cgit v1.2.3