From 3b94e2488df9a699a899727515ac69af6a0a1a6e Mon Sep 17 00:00:00 2001 From: Norbert Lange Date: Wed, 1 Jul 2009 13:25:48 +0000 Subject: Added kyra project removed 1 potentially troublesome assert svn-id: r41988 --- sound/mods/tfmx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/mods') diff --git a/sound/mods/tfmx.cpp b/sound/mods/tfmx.cpp index cf34a9715d..c3d7288990 100644 --- a/sound/mods/tfmx.cpp +++ b/sound/mods/tfmx.cpp @@ -101,7 +101,7 @@ void Tfmx::interrupt() { if (channel.macroRun) { if (!channel.macroWait) { macroRun(channel); - assert( !channel.deferWait ); // we can remove this variable as it should be never true after macroRun? + //assert( !channel.deferWait ); // we can remove this variable as it should be never true after macroRun? } else --channel.macroWait; -- cgit v1.2.3