From cb939708dd0afc5c084ba551caf4fc648a930749 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 21 Feb 2004 06:36:40 +0000 Subject: Adjust again for V1/V2 games. svn-id: r12953 --- scumm/string.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scumm/string.cpp') 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) { -- cgit v1.2.3