[Scummvm-cvs-logs] SF.net SVN: scummvm: [22376] scummvm/trunk/engines/scumm/charset.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun May 7 04:59:02 CEST 2006


Revision: 22376
Author:   fingolfin
Date:     2006-05-07 04:58:01 -0700 (Sun, 07 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22376&view=rev

Log Message:
-----------
Turning this warning into an error, since I never got any feedback on it

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/charset.cpp
Modified: scummvm/trunk/engines/scumm/charset.cpp
===================================================================
--- scummvm/trunk/engines/scumm/charset.cpp	2006-05-07 11:47:17 UTC (rev 22375)
+++ scummvm/trunk/engines/scumm/charset.cpp	2006-05-07 11:58:01 UTC (rev 22376)
@@ -1469,7 +1469,7 @@
 			// identical results, though I didn't try it and right now I don't know
 			// any spots where I can test this...
 			if (!ignoreCharsetMask)
-				warning("This might be broken -- please report where you encountered this to Fingolfin");
+				error("This might be broken -- please report where you encountered this to Fingolfin");
 
 			// Perform some clipping
 			int w = MIN(width, dstSurface.w - _left);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list