aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
diff options
context:
space:
mode:
authorKirben2016-10-25 09:12:09 +1100
committerKirben2016-10-25 09:12:09 +1100
commit0a03c986a21ed8fe271d33cbb37f0e2a16e52224 (patch)
tree92c0e39e9f9037f72da743fb9753ddc0e413f26e /engines/agos
parentd93847b1e9e0ef9a2cc96ad41d9114350c9965bd (diff)
downloadscummvm-rg350-0a03c986a21ed8fe271d33cbb37f0e2a16e52224.tar.gz
scummvm-rg350-0a03c986a21ed8fe271d33cbb37f0e2a16e52224.tar.bz2
scummvm-rg350-0a03c986a21ed8fe271d33cbb37f0e2a16e52224.zip
AGOS: Add missing subtitle delay for Simon the Sorcerer 1 (Hebrew DOS CD).
Diffstat (limited to 'engines/agos')
-rw-r--r--engines/agos/string.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/agos/string.cpp b/engines/agos/string.cpp
index cc443f2f50..533b04fa30 100644
--- a/engines/agos/string.cpp
+++ b/engines/agos/string.cpp
@@ -486,6 +486,9 @@ void AGOSEngine::printScreenText(uint vgaSpriteId, uint color, const char *strin
if (_variableArray[141] == 0)
_variableArray[141] = 9;
_variableArray[85] = _variableArray[141] * talkDelay;
+
+ if (_language == Common::HE_ISR)
+ _variableArray[85] += talkDelay * 2;
} else {
if (_variableArray[86] == 0)
talkDelay /= 2;