SCI: Added OnStartup debug flag to start the debugger at the start of the game.

svn-id: r47663
This commit is contained in:
Walter van Niftrik 2010-01-29 01:31:05 +00:00
parent 5ffba8631d
commit 52ef12547f
3 changed files with 7 additions and 1 deletions

View file

@ -74,6 +74,7 @@ SciEngine::SciEngine(OSystem *syst, const ADGameDescription *desc)
Common::addDebugChannel(kDebugLevelScripts, "Scripts", "Notifies when scripts are unloaded");
Common::addDebugChannel(kDebugLevelGC, "GC", "Garbage Collector debugging");
Common::addDebugChannel(kDebugLevelSci0Pic, "Sci0Pic", "SCI0 pic drawing debugging");
Common::addDebugChannel(kDebugLevelOnStartup, "OnStartup", "Enter debugger at start of game");
_gamestate = 0;