[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.41,1.42

Ruediger Hanke tomjoad at users.sourceforge.net
Sun Jul 21 07:37:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/simon
In directory usw-pr-cvs1:/tmp/cvs-serv13429

Modified Files:
	simon.cpp 
Log Message:
Didn't mean to remove the warning

Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- simon.cpp	21 Jul 2002 14:31:58 -0000	1.41
+++ simon.cpp	21 Jul 2002 14:36:51 -0000	1.42
@@ -4688,6 +4688,7 @@
 				|| wave_hdr.fmt != MKID('fmt ') || READ_LE_UINT16(&wave_hdr.format_tag) != 1
 				|| READ_LE_UINT16(&wave_hdr.channels) != 1
 				|| READ_LE_UINT16(&wave_hdr.bits_per_sample) != 8) {
+			warning("playVoice(%d): cannot read RIFF header", voice);
 			return;
 		}
 





More information about the Scummvm-git-logs mailing list