[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.270,1.271

Travis Howell kirben at users.sourceforge.net
Wed Jul 30 04:18:12 CEST 2003


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

Modified Files:
	simon.cpp 
Log Message:

typo


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -d -r1.270 -r1.271
--- simon.cpp	30 Jul 2003 11:16:08 -0000	1.270
+++ simon.cpp	30 Jul 2003 11:17:51 -0000	1.271
@@ -3682,8 +3682,8 @@
 	h = ha->height;
 
 	// Works around bug in original Simon the Sorcerer 2
-	// Animations continue in background whe load/save dialog is open
-	// Often causing the savegame name highlighter to be cut short
+	// Animations continue in background when load/save dialog is open
+	// often causing the savegame name highlighter to be cut short
 	if (!(h > 0 && w > 0 && ha->x + w <= 320 && ha->y + h <= 200)) {
 		debug(1,"Invalid coordinates in video_toggle_colors (%d,%d,%d,%d)", ha->x, ha->y, ha->width, ha->height);
 		_lock_word &= ~0x8000;





More information about the Scummvm-git-logs mailing list