aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/mads.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-02-22 12:17:37 -0500
committerPaul Gilbert2014-02-22 12:17:37 -0500
commit02a1d0eaa3f462425d115f4d88c3d2badbc7a236 (patch)
tree4e258dd5087a95d079300feaa0bd5d6119f6a6b2 /engines/mads/mads.cpp
parent82514b4a28904ead97552f6605cd3bde6924660b (diff)
downloadscummvm-rg350-02a1d0eaa3f462425d115f4d88c3d2badbc7a236.tar.gz
scummvm-rg350-02a1d0eaa3f462425d115f4d88c3d2badbc7a236.tar.bz2
scummvm-rg350-02a1d0eaa3f462425d115f4d88c3d2badbc7a236.zip
MADS: Further cursor/event initialisation
Diffstat (limited to 'engines/mads/mads.cpp')
-rw-r--r--engines/mads/mads.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/mads.cpp b/engines/mads/mads.cpp
index 687852a59b..aa2bd55dd8 100644
--- a/engines/mads/mads.cpp
+++ b/engines/mads/mads.cpp
@@ -67,6 +67,7 @@ void MADSEngine::initialise() {
// Set up debug channels
DebugMan.addDebugChannel(kDebugPath, "Path", "Pathfinding debug level");
DebugMan.addDebugChannel(kDebugScripts, "scripts", "Game scripts");
+ DebugMan.addDebugChannel(kDebugGraphics, "graphics", "Graphics handling");
// Initial sub-system engine references
MSurface::setVm(this);