aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.cpp
diff options
context:
space:
mode:
authorColin Snover2016-09-20 21:06:16 -0500
committerColin Snover2016-09-29 19:39:16 -0500
commit02540b8d38571ccd4da31c6fcae2878f923bbc4a (patch)
tree2e50abb657df53574b11568e315ed07d5cb2d9dc /engines/sci/sci.cpp
parent44dd029cb17160316b2015321a0a53f8854b6dd3 (diff)
downloadscummvm-rg350-02540b8d38571ccd4da31c6fcae2878f923bbc4a.tar.gz
scummvm-rg350-02540b8d38571ccd4da31c6fcae2878f923bbc4a.tar.bz2
scummvm-rg350-02540b8d38571ccd4da31c6fcae2878f923bbc4a.zip
SCI32: Add support for kPrintDebug
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 8e330f274b..6ae858ec72 100644
--- a/engines/sci/sci.cpp
+++ b/engines/sci/sci.cpp
@@ -128,6 +128,7 @@ SciEngine::SciEngine(OSystem *syst, const ADGameDescription *desc, SciGameId gam
DebugMan.addDebugChannel(kDebugLevelScriptPatcher, "ScriptPatcher", "Notifies when scripts are patched");
DebugMan.addDebugChannel(kDebugLevelWorkarounds, "Workarounds", "Notifies when workarounds are triggered");
DebugMan.addDebugChannel(kDebugLevelVideo, "Video", "Video (SEQ, VMD, RBT) debugging");
+ DebugMan.addDebugChannel(kDebugLevelGame, "Game", "Debug calls from game scripts");
DebugMan.addDebugChannel(kDebugLevelGC, "GC", "Garbage Collector debugging");
DebugMan.addDebugChannel(kDebugLevelResMan, "ResMan", "Resource manager debugging");
DebugMan.addDebugChannel(kDebugLevelOnStartup, "OnStartup", "Enter debugger at start of game");