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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Mon Feb 8 03:47:05 CET 2010


Revision: 47986
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47986&view=rev
Author:   mthreepwood
Date:     2010-02-08 02:47:05 +0000 (Mon, 08 Feb 2010)

Log Message:
-----------
Add the missing ResMan debug channel.

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

Modified: scummvm/trunk/engines/sci/sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sci.cpp	2010-02-07 23:50:57 UTC (rev 47985)
+++ scummvm/trunk/engines/sci/sci.cpp	2010-02-08 02:47:05 UTC (rev 47986)
@@ -83,6 +83,7 @@
 	Common::addDebugChannel(kDebugLevelScripts, "Scripts", "Notifies when scripts are unloaded");
 	Common::addDebugChannel(kDebugLevelGC, "GC", "Garbage Collector debugging");
 	Common::addDebugChannel(kDebugLevelSci0Pic, "Sci0Pic", "SCI0 pic drawing debugging");
+	Common::addDebugChannel(kDebugLevelResMan, "ResMan", "Resource manager debugging");
 	Common::addDebugChannel(kDebugLevelOnStartup, "OnStartup", "Enter debugger at start of game");
 
 	_gamestate = 0;


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