diff options
| -rw-r--r-- | sound/mods/tfmx.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
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  | 
