aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/m4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/m4/m4.cpp')
-rw-r--r--engines/m4/m4.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/m4/m4.cpp b/engines/m4/m4.cpp
index 98944b2611..0c1256bce4 100644
--- a/engines/m4/m4.cpp
+++ b/engines/m4/m4.cpp
@@ -111,8 +111,8 @@ M4Engine::M4Engine(OSystem *syst, const M4GameDescription *gameDesc) :
Common::File::addDefaultDirectory("goodstuf"); // FIXME: This is nonsense
Common::File::addDefaultDirectory("resource"); // FIXME: This is nonsense
- Common::addSpecialDebugLevel(kDebugScript, "script", "Script debug level");
- Common::addSpecialDebugLevel(kDebugConversations, "conversations", "Conversations debugging");
+ Common::addDebugChannel(kDebugScript, "script", "Script debug level");
+ Common::addDebugChannel(kDebugConversations, "conversations", "Conversations debugging");
}