[Scummvm-cvs-logs] CVS: scummvm/scumm scummvm.cpp,2.414,2.415

Travis Howell kirben at users.sourceforge.net
Thu Oct 2 18:36:03 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv15565/scumm

Modified Files:
	scummvm.cpp 
Log Message:

Adjust timer for Amiga version of Monkey Island 1.


Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.414
retrieving revision 2.415
diff -u -d -r2.414 -r2.415
--- scummvm.cpp	3 Oct 2003 01:31:39 -0000	2.414
+++ scummvm.cpp	3 Oct 2003 01:35:21 -0000	2.415
@@ -1357,7 +1357,7 @@
 		// TODO: The music delay (given in milliseconds) might have to be tuned a little
 		// to get it correct for all games. Without the ability to watch/listen to the
 		// original games, I can't do that myself.
-		const int MUSIC_DELAY = 480;
+		const int MUSIC_DELAY = 350;
 		tempMusic += delta * 15;	// Convert delta to milliseconds
 		if (tempMusic >= MUSIC_DELAY) {
 			tempMusic -= MUSIC_DELAY;





More information about the Scummvm-git-logs mailing list