[Scummvm-cvs-logs] CVS: scummvm/scumm scummvm.cpp,2.359,2.360

Travis Howell kirben at users.sourceforge.net
Fri Aug 29 02:02:10 CEST 2003


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

Modified Files:
	scummvm.cpp 
Log Message:

Adjust music timer


Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.359
retrieving revision 2.360
diff -u -d -r2.359 -r2.360
--- scummvm.cpp	29 Aug 2003 07:07:55 -0000	2.359
+++ scummvm.cpp	29 Aug 2003 09:01:19 -0000	2.360
@@ -1219,7 +1219,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 = 300;
+		const int MUSIC_DELAY = 500;
 		tempMusic += delta * 15;	// Convert delta to milliseconds
 		if (tempMusic >= MUSIC_DELAY) {
 			tempMusic %= MUSIC_DELAY;





More information about the Scummvm-git-logs mailing list