[Scummvm-cvs-logs] CVS: scummvm/scumm string.cpp,1.216,1.217

Max Horn fingolfin at users.sourceforge.net
Sun Apr 25 07:36:01 CEST 2004


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

Modified Files:
	string.cpp 
Log Message:
Updated the 'report to fingolfin' message

Index: string.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/string.cpp,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -d -r1.216 -r1.217
--- string.cpp	8 Apr 2004 23:38:08 -0000	1.216
+++ string.cpp	25 Apr 2004 13:22:09 -0000	1.217
@@ -309,7 +309,7 @@
 
 	// FIXME: Remove this and the next two lines eventually!
 	if (_charset->_hasMask != (_charset->_str.left != -1))
-		warning("_hasMask mismatch (case A %d) - please report to Fingolfin", _charset->_hasMask);
+		warning("_hasMask mismatch (case A %d) - please report to Fingolfin if you notice any text/graphics glitches related to this!", _charset->_hasMask);
 }
 
 
@@ -413,10 +413,7 @@
 				// 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
-					// nothing anyway. So just hide that one for brevity.
-					if (c != 32) 
-						warning("Would have set _charset->_blitAlso = true (wanted to print '%c' = %d)", c, c);
+					//warning("Would have set _charset->_blitAlso = true (wanted to print '%c' = %d)", c, c);
 					_charset->_blitAlso = true;
 				}
 			}
@@ -440,7 +437,7 @@
 	if (_version >= 7) {
 		// FIXME: Remove this and the next two lines eventually!
 		if (!_charset->_hasMask)
-			warning("_hasMask mismatch (case B %d) - please report to Fingolfin", _charset->_hasMask);
+			warning("_hasMask mismatch (case B %d) - please report to Fingolfin if you notice any text/graphics glitches related to this!", _charset->_hasMask);
 	}
 }
 





More information about the Scummvm-git-logs mailing list