[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.424,1.425

Travis Howell kirben at users.sourceforge.net
Thu Feb 26 04:21:03 CET 2004


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

Modified Files:
	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.424
retrieving revision 1.425
diff -u -d -r1.424 -r1.425
--- simon.cpp	24 Feb 2004 22:39:39 -0000	1.424
+++ simon.cpp	26 Feb 2004 12:05:13 -0000	1.425
@@ -4281,7 +4281,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