aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/threads/talkthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/illusions/threads/talkthread.cpp')
-rw-r--r--engines/illusions/threads/talkthread.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/illusions/threads/talkthread.cpp b/engines/illusions/threads/talkthread.cpp
index 9e94ef64cc..d20f94a164 100644
--- a/engines/illusions/threads/talkthread.cpp
+++ b/engines/illusions/threads/talkthread.cpp
@@ -57,9 +57,9 @@ TalkThread::TalkThread(IllusionsEngine *vm, uint32 threadId, uint32 callingThrea
_status = 2;
else
_status = 3;
-
+
_flags = 0x0E;
-
+
_durationMult = _vm->clipTextDuration(_vm->getSubtitleDuration());
_textDuration = _durationMult;
_defDurationMult = _vm->clipTextDuration(240);
@@ -135,7 +135,7 @@ int TalkThread::onUpdate() {
return kTSYield;
_status = 5;
// Fallthrough to status 5
-
+
case 5:
if (!(_flags & 8))
refreshText();
@@ -239,7 +239,7 @@ if (true) {
return kTSTerminate;
}
-
+
return kTSTerminate;
}