[Scummvm-cvs-logs] CVS: scummvm/v4 resource_v4.cpp,1.5,1.6

Max Horn fingolfin at users.sourceforge.net
Mon Jul 15 05:05:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/v4
In directory usw-pr-cvs1:/tmp/cvs-serv23221

Modified Files:
	resource_v4.cpp 
Log Message:
fix for #556444 (MI1: German sz ligature)

Index: resource_v4.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/v4/resource_v4.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- resource_v4.cpp	20 Apr 2002 04:09:02 -0000	1.5
+++ resource_v4.cpp	15 Jul 2002 12:04:09 -0000	1.6
@@ -33,7 +33,7 @@
 
 	openRoom(900 + no);
 
-	size = fileReadDwordLE();
+	size = fileReadDwordLE() + 11;
 
 	fileRead(_fileHandle, createResource(6, no, size), size);
 	openRoom(-1);





More information about the Scummvm-git-logs mailing list