aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/duckman/scriptopcodes_duckman.cpp
diff options
context:
space:
mode:
authorjohndoe1232015-12-02 16:52:05 +0100
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commit11ec6d2258353cca43ae8a43085a1565e896e1e9 (patch)
treebc437d928efb2cc53c819b26022009f29098d059 /engines/illusions/duckman/scriptopcodes_duckman.cpp
parentd16ebff3901b3731ec48d6dfda6b91acbdb11ff5 (diff)
downloadscummvm-rg350-11ec6d2258353cca43ae8a43085a1565e896e1e9.tar.gz
scummvm-rg350-11ec6d2258353cca43ae8a43085a1565e896e1e9.tar.bz2
scummvm-rg350-11ec6d2258353cca43ae8a43085a1565e896e1e9.zip
ILLUSIONS: DUCKMAN: Implement special opcode 160013, also fix Input and reduce debug output
Diffstat (limited to 'engines/illusions/duckman/scriptopcodes_duckman.cpp')
-rw-r--r--engines/illusions/duckman/scriptopcodes_duckman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/illusions/duckman/scriptopcodes_duckman.cpp b/engines/illusions/duckman/scriptopcodes_duckman.cpp
index 382a128fe9..60256b972f 100644
--- a/engines/illusions/duckman/scriptopcodes_duckman.cpp
+++ b/engines/illusions/duckman/scriptopcodes_duckman.cpp
@@ -205,7 +205,7 @@ void ScriptOpcodes_Duckman::opStartTimerThread(ScriptThread *scriptThread, OpCal
//duration = 1;//DEBUG Speeds up things
//duration = 5;
-debug("duration: %d", duration);
+//debug("duration: %d", duration);
if (isAbortable)
_vm->startAbortableTimerThread(duration, opCall._threadId);