[Scummvm-cvs-logs] CVS: scummvm/scumm sound.cpp,1.263,1.264

Travis Howell kirben at users.sourceforge.net
Mon Oct 6 22:04:14 CEST 2003


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

Modified Files:
	sound.cpp 
Log Message:

Remove comment, which is no longer needed too.


Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/sound.cpp,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -d -r1.263 -r1.264
--- sound.cpp	7 Oct 2003 03:58:29 -0000	1.263
+++ sound.cpp	7 Oct 2003 03:59:24 -0000	1.264
@@ -349,7 +349,6 @@
 				int waveSize = READ_LE_UINT32(ptr + 0x0C);
 				int loopStart = READ_LE_UINT32(ptr + 0x10);
 				int loopEnd = READ_LE_UINT32(ptr + 0x14);
-				// it's not exactly * 10, maybe it's not even linear, but * 10 sounds ok.
 				rate = READ_LE_UINT32(ptr + 0x18) * 1000 / 0x62;
 
 				ptr += 0x20;





More information about the Scummvm-git-logs mailing list