Home
last modified time | relevance | path

Searched refs:dbgAttemptToLoadChapterSetScene (Results 1 – 3 of 3) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Ddebugger.h137 bool dbgAttemptToLoadChapterSetScene(int chapterId, int setId, int sceneId);
H A Ddebugger.cpp756 bool Debugger::dbgAttemptToLoadChapterSetScene(int chapterId, int setId, int sceneId) { in dbgAttemptToLoadChapterSetScene() function in BladeRunner::Debugger
804 return !dbgAttemptToLoadChapterSetScene(chapterId, setId, sceneId); in cmdScene()
H A Dbladerunner.cpp765 _validBootParam = _debugger->dbgAttemptToLoadChapterSetScene(chapter, set, scene); in initChapterAndScene()