[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.422,1.422.2.1

Travis Howell kirben at users.sourceforge.net
Thu Feb 26 04:25:01 CET 2004


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

Modified Files:
      Tag: branch-0-6-0
	simon.cpp 
Log Message:

------------------------------------
Fix crashes in French version of Simon2


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.422
retrieving revision 1.422.2.1
diff -u -d -r1.422 -r1.422.2.1
--- simon.cpp	13 Feb 2004 11:00:37 -0000	1.422
+++ simon.cpp	26 Feb 2004 12:08:22 -0000	1.422.2.1
@@ -4269,7 +4269,7 @@
 	}
 
 	// while_8_end
-	if (num_of_rows == 4) {
+	if (num_of_rows >= 4) {
 		while (strlen(string_ptr) > letters_per_row) {
 			m = letters_per_row;
 			string_ptr_2 += m;





More information about the Scummvm-git-logs mailing list