aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/string.cpp')
-rw-r--r--scumm/string.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp
index e36f612ae8..ed76b2e5bb 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -177,7 +177,8 @@ void ScummEngine::CHARSET_1() {
_useTalkAnims = true;
}
- _talkDelay = _defaultTalkDelay;
+ // Always set to 60
+ _talkDelay = 60;
if (!_keepText) {
if (_version <= 3 && _gameId != GID_LOOM) {