[Scummvm-cvs-logs] CVS: scummvm/scumm sound.cpp,1.204,1.205
Travis Howell
kirben at users.sourceforge.net
Fri Aug 15 07:38:02 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv22436/scumm
Modified Files:
sound.cpp
Log Message:
Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/sound.cpp,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -d -r1.204 -r1.205
--- sound.cpp 15 Aug 2003 10:07:31 -0000 1.204
+++ sound.cpp 15 Aug 2003 14:18:09 -0000 1.205
@@ -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 Monkey Island 1
+ // Support for sampled sound effects in Monkey Island 1 and 2
else if (READ_UINT32(ptr) == MKID('SBL ')) {
debug(2, "Using SBL sound effect");
More information about the Scummvm-git-logs
mailing list