From 02a1d0eaa3f462425d115f4d88c3d2badbc7a236 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 22 Feb 2014 12:17:37 -0500 Subject: MADS: Further cursor/event initialisation --- engines/mads/mads.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/mads/mads.cpp') 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); -- cgit v1.2.3