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

Travis Howell kirben at users.sourceforge.net
Tue Aug 3 03:13:07 CEST 2004


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

Modified Files:
	voc.cpp 
Log Message:

Update comment


Index: voc.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/voc.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- voc.cpp	3 Aug 2004 09:46:38 -0000	1.21
+++ voc.cpp	3 Aug 2004 10:11:54 -0000	1.22
@@ -75,7 +75,8 @@
 	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
+	// 0x100 is an invalid VOC version used by German version of DOTT (Disk) and
+	// French version of Simon the Sorcerer 2 (CD)
 	assert(version == 0x010A || version == 0x0114 || version == 0x0100);
 	assert(code == ~version + 0x1234);
 





More information about the Scummvm-git-logs mailing list