MADS: Further cursor/event initialisation
This commit is contained in:
parent
82514b4a28
commit
02a1d0eaa3
11 changed files with 135 additions and 19 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue