[Scummvm-cvs-logs] CVS: scummvm/scumm sound.cpp,1.203,1.204

Travis Howell kirben at users.sourceforge.net
Fri Aug 15 03:34:02 CEST 2003


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

Modified Files:
	sound.cpp 
Log Message:

Correct comment


Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/sound.cpp,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -d -r1.203 -r1.204
--- sound.cpp	15 Aug 2003 04:16:51 -0000	1.203
+++ sound.cpp	15 Aug 2003 10:07:31 -0000	1.204
@@ -262,7 +262,7 @@
 			// played as MIDI, just to make perhaps the later use
 			// of WA possible (see "else if" with GF_OLD256 below)
 		}
-		// Support for sampled sound effects in Monkey1 and Monkey2
+		// Support for sampled sound effects in Monkey Island 1
 		else if (READ_UINT32(ptr) == MKID('SBL ')) {
 			debug(2, "Using SBL sound effect");
 





More information about the Scummvm-git-logs mailing list