aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hoops2010-02-08 02:47:05 +0000
committerMatthew Hoops2010-02-08 02:47:05 +0000
commitec913878377276e393ee94fc23be2101142a96c0 (patch)
treeba9e7121018e4e01013eba42ea90c984228012dc
parent99411b177cb825100fe1b99db88525da4cddff68 (diff)
downloadscummvm-rg350-ec913878377276e393ee94fc23be2101142a96c0.tar.gz
scummvm-rg350-ec913878377276e393ee94fc23be2101142a96c0.tar.bz2
scummvm-rg350-ec913878377276e393ee94fc23be2101142a96c0.zip
Add the missing ResMan debug channel.
svn-id: r47986
-rw-r--r--engines/sci/sci.cpp1
1 files changed, 1 insertions, 0 deletions
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;