[Scummvm-cvs-logs] CVS: scummvm/scumm/smush smush_player.cpp,1.28,1.29

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Tue Jun 10 04:20:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm/smush
In directory sc8-pr-cvs1:/tmp/cvs-serv22964

Modified Files:
	smush_player.cpp 
Log Message:
Updated comment.


Index: smush_player.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/smush_player.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- smush_player.cpp	9 Jun 2003 12:24:05 -0000	1.28
+++ smush_player.cpp	10 Jun 2003 11:19:00 -0000	1.29
@@ -567,9 +567,8 @@
 			// FIXME: Is 'right' the maximum line width here, just
 			// as it is in the next case? It's used several times
 			// in The Dig's intro, where 'left' and 'right' are
-			// always 0 and 321 respectively. Someone will have to
-			// compare it to the original to see if we draw them
-			// correctly.
+			// always 0 and 321 respectively, and apparently we
+			// handle that correctly.
 			sf->drawStringWrap(str, _data, _width, _height, pos_x, MAX(pos_y, top), left, right);
 			break;
 		case 9:





More information about the Scummvm-git-logs mailing list