[Scummvm-git-logs] scummvm master -> 0a03c986a21ed8fe271d33cbb37f0e2a16e52224

Kirben kirben at optusnet.com.au
Tue Oct 25 00:12:46 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
0a03c986a2 AGOS: Add missing subtitle delay for Simon the Sorcerer 1 (Hebrew DOS CD).


Commit: 0a03c986a21ed8fe271d33cbb37f0e2a16e52224
    https://github.com/scummvm/scummvm/commit/0a03c986a21ed8fe271d33cbb37f0e2a16e52224
Author: Kirben (kirben at optusnet.com.au)
Date: 2016-10-25T09:12:09+11:00

Commit Message:
AGOS: Add missing subtitle delay for Simon the Sorcerer 1 (Hebrew DOS CD).

Changed paths:
    engines/agos/string.cpp



diff --git a/engines/agos/string.cpp b/engines/agos/string.cpp
index cc443f2..533b04f 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;





More information about the Scummvm-git-logs mailing list