diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/mods/tfmx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |