[Scummvm-cvs-logs] CVS: scummvm/sound voc.cpp,1.20,1.21

Travis Howell kirben at users.sourceforge.net
Tue Aug 3 02:47:16 CEST 2004


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

Modified Files:
	voc.cpp 
Log Message:

Add comment


Index: voc.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/voc.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- voc.cpp	3 Aug 2004 03:18:51 -0000	1.20
+++ voc.cpp	3 Aug 2004 09:46:38 -0000	1.21
@@ -75,6 +75,7 @@
 	int16 version = FROM_LE_16(fileHeader.version);
 	int16 code = FROM_LE_16(fileHeader.id);
 	assert(offset == sizeof(VocFileHeader));
+	// 0x100 is an invalid VOC version used by French version of Simon the Sorcerer 2
 	assert(version == 0x010A || version == 0x0114 || version == 0x0100);
 	assert(code == ~version + 0x1234);
 





More information about the Scummvm-git-logs mailing list