aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sci.cpp')
-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;