[Scummvm-cvs-logs] SF.net SVN: scummvm:[50177] scummvm/trunk/engines/m4/graphics.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Jun 23 13:32:36 CEST 2010


Revision: 50177
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50177&view=rev
Author:   thebluegr
Date:     2010-06-23 11:32:36 +0000 (Wed, 23 Jun 2010)

Log Message:
-----------
Made a warning more verbose

Modified Paths:
--------------
    scummvm/trunk/engines/m4/graphics.cpp

Modified: scummvm/trunk/engines/m4/graphics.cpp
===================================================================
--- scummvm/trunk/engines/m4/graphics.cpp	2010-06-23 11:28:53 UTC (rev 50176)
+++ scummvm/trunk/engines/m4/graphics.cpp	2010-06-23 11:32:36 UTC (rev 50177)
@@ -923,7 +923,7 @@
 			if (*p < list->size())
 				*p = palIndexes[*p];
 			else
-				warning("Pal pointer exceeds list size");
+				warning("Pal index %d exceeds list size %d", *p, list->size());
 		}
 	}
 


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