[Scummvm-cvs-logs] CVS: scummvm/scumm charset.cpp,2.100,2.101

Max Horn fingolfin at users.sourceforge.net
Sat Aug 28 17:16:01 CEST 2004


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

Modified Files:
	charset.cpp 
Log Message:
Reduced warning to the case which actually might be broken... 

Index: charset.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/charset.cpp,v
retrieving revision 2.100
retrieving revision 2.101
diff -u -d -r2.100 -r2.101
--- charset.cpp	23 Aug 2004 08:50:54 -0000	2.100
+++ charset.cpp	29 Aug 2004 00:15:36 -0000	2.101
@@ -1128,7 +1128,8 @@
 		// once to each of the two buffers. That should hypothetically yield
 		// identical results, though I didn't try it and right now I don't know
 		// any spots where I can test this...
-		warning("This is broken?!");
+		if (!_ignoreCharsetMask)
+			warning("This might be broken -- please report where you encountered this to Fingolfin");
 		int h = height;
 		do {
 			memcpy(back, dst, width);





More information about the Scummvm-git-logs mailing list