[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.296,1.297

Oliver Kiehl olki at users.sourceforge.net
Sat Sep 20 15:27:03 CEST 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv31326

Modified Files:
	simon.cpp 
Log Message:
fix bug pointed out by Merlin0fCha0s


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.296
retrieving revision 1.297
diff -u -d -r1.296 -r1.297
--- simon.cpp	20 Sep 2003 20:01:32 -0000	1.296
+++ simon.cpp	20 Sep 2003 22:26:10 -0000	1.297
@@ -2733,8 +2733,8 @@
 					fcs->textColumnOffset -= 8;
 					fcs->textColumn++;
 				}
-				name_len++;
 			}
+			name_len++;
 		}
 		// while_1_end
 





More information about the Scummvm-git-logs mailing list