mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 20:59:00 +00:00
AGOS: Add missing subtitle delay for Simon the Sorcerer 1 (Hebrew DOS CD).
This commit is contained in:
parent
d93847b1e9
commit
0a03c986a2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user