MADS: Further cursor/event initialisation

This commit is contained in:
Paul Gilbert 2014-02-22 12:17:37 -05:00
parent 82514b4a28
commit 02a1d0eaa3
11 changed files with 135 additions and 19 deletions

View file

@ -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);