[Scummvm-cvs-logs] CVS: tools extract-common.c,1.8,1.9

Max Horn fingolfin at users.sourceforge.net
Fri Apr 9 19:01:07 CEST 2004


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv418

Modified Files:
	extract-common.c 
Log Message:
Added comment regarding bug #885490

Index: extract-common.c
===================================================================
RCS file: /cvsroot/scummvm/tools/extract-common.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- extract-common.c	10 Apr 2004 00:37:21 -0000	1.8
+++ extract-common.c	10 Apr 2004 01:47:13 -0000	1.9
@@ -175,6 +175,12 @@
 void get_voc(FILE *input, CompressMode compMode) {
 	int blocktype;
 
+// FIXME HIGH PRIORITY: We aren't handling all types of blocks, and what is
+// worse, we aren't handling multiple blocks occuring in a single VOC file.
+// This is bad, because multiple type 1 blocks occur in Full Throttle.
+// As a result of this lacking feature, we generates compressed audio files
+// which are missing some data. Ouch! See also bug #885490
+
 	blocktype = fgetc(input);
 	switch (blocktype) {
 	case 0x01:{





More information about the Scummvm-git-logs mailing list