From ec913878377276e393ee94fc23be2101142a96c0 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Mon, 8 Feb 2010 02:47:05 +0000 Subject: Add the missing ResMan debug channel. svn-id: r47986 --- engines/sci/sci.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index f7461a8096..0ad293fb25 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -83,6 +83,7 @@ SciEngine::SciEngine(OSystem *syst, const ADGameDescription *desc) 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; -- cgit v1.2.3