[Scummvm-cvs-logs] CVS: scummvm/scumm string.cpp,1.189,1.190

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Tue Jan 20 02:34:00 CET 2004


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

Modified Files:
	string.cpp 
Log Message:
_blitAlso is also used by the DOTT intro. Updated comment to reflect that.


Index: string.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/string.cpp,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -d -r1.189 -r1.190
--- string.cpp	19 Jan 2004 19:09:08 -0000	1.189
+++ string.cpp	20 Jan 2004 10:33:02 -0000	1.190
@@ -441,8 +441,9 @@
 			if (a == 1 && _version >= 6) {
 				// FIXME: The following code is a bit nasty. It is used for the
 				// Highway surfing game in Sam&Max; there, _blitAlso is set to
-				// true when writing the highscore numbers. Maybe it is also
-				// being used in other places.
+				// true when writing the highscore numbers. It is also used for
+				// parts of the DOTT intro. Maybe it is also being used in
+				// other places.
 				// A better name for _blitAlso might be _imprintOnBackground
 				if (_string[a].no_talk_anim == false) {
 					// Sam and Max seems to blitAlso 32 a lot, which does





More information about the Scummvm-git-logs mailing list