aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/sherlock.cpp
diff options
context:
space:
mode:
authorMartin Kiewitz2015-06-02 17:07:06 +0200
committerMartin Kiewitz2015-06-02 17:07:06 +0200
commitc0d71bb900017b3d8b9ba81449dbf0ed4c57f44b (patch)
tree334c02784716821e3c33084ce2a5accd58c328bf /engines/sherlock/sherlock.cpp
parent25c0e7ec333c40c4a7feac9eb639d2631743071c (diff)
downloadscummvm-rg350-c0d71bb900017b3d8b9ba81449dbf0ed4c57f44b.tar.gz
scummvm-rg350-c0d71bb900017b3d8b9ba81449dbf0ed4c57f44b.tar.bz2
scummvm-rg350-c0d71bb900017b3d8b9ba81449dbf0ed4c57f44b.zip
SHERLOCK: add MT32 debug, add music data comment
Diffstat (limited to 'engines/sherlock/sherlock.cpp')
-rw-r--r--engines/sherlock/sherlock.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sherlock/sherlock.cpp b/engines/sherlock/sherlock.cpp
index 67a1552f6c..207f8544ec 100644
--- a/engines/sherlock/sherlock.cpp
+++ b/engines/sherlock/sherlock.cpp
@@ -74,6 +74,7 @@ SherlockEngine::~SherlockEngine() {
void SherlockEngine::initialize() {
DebugMan.addDebugChannel(kDebugLevelScript, "scripts", "Script debug level");
DebugMan.addDebugChannel(kDebugLevelAdLibDriver, "AdLib", "AdLib driver debugging");
+ DebugMan.addDebugChannel(kDebugLevelMT32Driver, "MT32", "MT32 driver debugging");
DebugMan.addDebugChannel(kDebugLevelMusic, "Music", "Music debugging");
ImageFile::setVm(this);