Home
last modified time | relevance | path

Searched refs:chapterIdNormalized (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Ddebugger.cpp685 int chapterIdNormalized = chapterId; in cmdScene() local
688 chapterIdNormalized = chapterId - 1; in cmdScene()
694 if (sceneList[i].chapter == chapterIdNormalized && in cmdScene()
731 int chapterIdNormalized = chapterId; in cmdScene() local
734 chapterIdNormalized = chapterId - 1; in cmdScene()
739 if (sceneList[i].chapter == chapterIdNormalized && sceneName.equalsIgnoreCase(sceneList[i].name)) in cmdScene()
756 int chapterIdNormalized = chapterId; in cmdScene() local
759 chapterIdNormalized = chapterId - 1; in cmdScene()
764 if (sceneList[i].chapter == chapterIdNormalized && sceneList[i].set == _vm->_scene->getSetId() in cmdScene()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Ddebugger.cpp762 int chapterIdNormalized = chapterId; in dbgAttemptToLoadChapterSetScene() local
765 chapterIdNormalized = chapterId - 1; in dbgAttemptToLoadChapterSetScene()
771 if (sceneList[i].chapter == chapterIdNormalized && in dbgAttemptToLoadChapterSetScene()
824 int chapterIdNormalized = chapterId; in cmdScene() local
827 chapterIdNormalized = chapterId - 1; in cmdScene()
832 if (sceneList[i].chapter == chapterIdNormalized && sceneName.equalsIgnoreCase(sceneList[i].name)) in cmdScene()
849 int chapterIdNormalized = chapterId; in cmdScene() local
852 chapterIdNormalized = chapterId - 1; in cmdScene()
857 if (sceneList[i].chapter == chapterIdNormalized && sceneList[i].set == _vm->_scene->getSetId() in cmdScene()