[Scummvm-cvs-logs] SF.net SVN: scummvm:[52263] scummvm/trunk/engines/sci/resource.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sat Aug 21 16:53:15 CEST 2010


Revision: 52263
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52263&view=rev
Author:   m_kiewitz
Date:     2010-08-21 14:53:14 +0000 (Sat, 21 Aug 2010)

Log Message:
-----------
SCI: removing debug output from r52259

Modified Paths:
--------------
    scummvm/trunk/engines/sci/resource.cpp

Modified: scummvm/trunk/engines/sci/resource.cpp
===================================================================
--- scummvm/trunk/engines/sci/resource.cpp	2010-08-21 14:36:40 UTC (rev 52262)
+++ scummvm/trunk/engines/sci/resource.cpp	2010-08-21 14:53:14 UTC (rev 52263)
@@ -1547,8 +1547,6 @@
 				return SCI_ERROR_RESMAP_NOT_FOUND;
 			}
 			resId = ResourceId(convertResType(type), number);
-			if (type == 7)
-				warning("%d, %d", type, number);
 			// NOTE: We add the map's volume number here to the specified volume number
 			// for SCI2.1 and SCI3 maps that are not resmap.000. The resmap.* files' numbers
 			// need to be used in concurrence with the volume specified in the map to get


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