SCI: Added OnStartup debug flag to start the debugger at the start of the game.
svn-id: r47663
This commit is contained in:
parent
5ffba8631d
commit
52ef12547f
3 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue