aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/threads
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/threads
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/threads')
-rw-r--r--engines/illusions/threads/talkthread_duckman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/illusions/threads/talkthread_duckman.cpp b/engines/illusions/threads/talkthread_duckman.cpp
index 5511fc523e..0476c8f41f 100644
--- a/engines/illusions/threads/talkthread_duckman.cpp
+++ b/engines/illusions/threads/talkthread_duckman.cpp
@@ -311,7 +311,7 @@ static char *debugW2I(byte *wstr) {
}
int TalkThread_Duckman::insertText() {
- debug("%08X %08X [%s]", _threadId, _talkId, debugW2I(_currEntryText));
+ debug(0, "%08X %08X [%s]", _threadId, _talkId, debugW2I(_currEntryText));
WidthHeight dimensions;
_vm->getDefaultTextDimensions(dimensions);
uint16 *outTextPtr;