[Scummvm-cvs-logs] CVS: scummvm/sound voc.cpp,1.8,1.9

Pawel Kolodziejski aquadran at users.sourceforge.net
Sun Dec 28 01:15:01 CET 2003


Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1:/tmp/cvs-serv15932

Modified Files:
	voc.cpp 
Log Message:
FT sounds have loops in voc data: 65536, that could be max loops or unfinite loops

Index: voc.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/voc.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- voc.cpp	27 Dec 2003 21:31:49 -0000	1.8
+++ voc.cpp	28 Dec 2003 09:14:00 -0000	1.9
@@ -68,7 +68,6 @@
 			} break;
 		case 6:	// begin of loop
 			loops = (uint16)READ_LE_UINT16(ptr + offset);
-			warning("voc loops: %d", loops);
 			break;
 		case 7:	// end of loop
 			break;





More information about the Scummvm-git-logs mailing list