aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/threads
diff options
context:
space:
mode:
authorjohndoe1232015-12-08 21:37:06 +0100
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commitc0c25691e0d388e30d4ca1a5acdb31ef0aabfb8d (patch)
treed09cf284e028f8212173cf075658262be92a17b4 /engines/illusions/threads
parentc6f2c6ba4eb013119597399e04b58435fe70bfab (diff)
downloadscummvm-rg350-c0c25691e0d388e30d4ca1a5acdb31ef0aabfb8d.tar.gz
scummvm-rg350-c0c25691e0d388e30d4ca1a5acdb31ef0aabfb8d.tar.bz2
scummvm-rg350-c0c25691e0d388e30d4ca1a5acdb31ef0aabfb8d.zip
ILLUSIONS: BBDOU: Implement missing script opcodes and special opcodes; fix ActorType bugs and more
Diffstat (limited to 'engines/illusions/threads')
-rw-r--r--engines/illusions/threads/talkthread.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/illusions/threads/talkthread.cpp b/engines/illusions/threads/talkthread.cpp
index 930b83c8fa..c60bc5d8bf 100644
--- a/engines/illusions/threads/talkthread.cpp
+++ b/engines/illusions/threads/talkthread.cpp
@@ -179,7 +179,12 @@ int TalkThread::onUpdate() {
}
_flags |= 2;
}
+//#define DEBUG_SPEEDUP_TALK
+#ifdef DEBUG_SPEEDUP_TALK
+if (true) {
+#else
if (_objectId && _vm->_input->pollEvent(kEventSkip)) {
+#endif
if (!(_flags & 8)) {
_vm->_screenText->removeText();
if (_entryText && *_entryText)