[Scummvm-cvs-logs] CVS: scummvm/scumm string.cpp,1.30,1.31

James Brown ender at users.sourceforge.net
Sun Oct 20 06:20:01 CEST 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv32532/scumm

Modified Files:
	string.cpp 
Log Message:
Patch 625079: Loom Audio Sync Hack


Index: string.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/string.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- string.cpp	15 Oct 2002 06:53:42 -0000	1.30
+++ string.cpp	20 Oct 2002 13:19:15 -0000	1.31
@@ -278,6 +278,15 @@
 		_useTalkAnims = true;
 	}
 
+	// HACK: Most of the audio sync in Loom is handled by the "MI1
+	// timer", but some of it depends on text strings timing out at
+	// the right moment.
+
+	if (_gameId == GID_LOOM256) {
+		_defaultTalkDelay = 100;
+		_vars[VAR_CHARINC] = 5;
+	}
+
 	_talkDelay = _defaultTalkDelay;
 
 	if (!_keepText) {





More information about the Scummvm-git-logs mailing list