aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-02-21 06:36:40 +0000
committerTravis Howell2004-02-21 06:36:40 +0000
commitcb939708dd0afc5c084ba551caf4fc648a930749 (patch)
treed5630fb56d65b7e7c74daf6f217b90c547e5f52d /scumm/string.cpp
parenta424ad6d7ca9a24408c15672b0db748505303d2c (diff)
downloadscummvm-rg350-cb939708dd0afc5c084ba551caf4fc648a930749.tar.gz
scummvm-rg350-cb939708dd0afc5c084ba551caf4fc648a930749.tar.bz2
scummvm-rg350-cb939708dd0afc5c084ba551caf4fc648a930749.zip
Adjust again for V1/V2 games.
svn-id: r12953
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) {