aboutsummaryrefslogtreecommitdiff
path: root/sound/mods
diff options
context:
space:
mode:
authorNorbert Lange2009-07-01 13:25:48 +0000
committerNorbert Lange2009-07-01 13:25:48 +0000
commit3b94e2488df9a699a899727515ac69af6a0a1a6e (patch)
tree5004e3d927cf33b92b6c931aee75418abb68a653 /sound/mods
parente3a5da7b7ed1581e31b47dceabddb46f49b29cd7 (diff)
downloadscummvm-rg350-3b94e2488df9a699a899727515ac69af6a0a1a6e.tar.gz
scummvm-rg350-3b94e2488df9a699a899727515ac69af6a0a1a6e.tar.bz2
scummvm-rg350-3b94e2488df9a699a899727515ac69af6a0a1a6e.zip
Added kyra project
removed 1 potentially troublesome assert svn-id: r41988
Diffstat (limited to 'sound/mods')
-rw-r--r--sound/mods/tfmx.cpp2
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;