aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/scene_hof.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/scene_hof.cpp')
-rw-r--r--engines/kyra/scene_hof.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/engines/kyra/scene_hof.cpp b/engines/kyra/scene_hof.cpp
index 30f514262b..3fc7947253 100644
--- a/engines/kyra/scene_hof.cpp
+++ b/engines/kyra/scene_hof.cpp
@@ -501,20 +501,6 @@ void KyraEngine_HoF::runSceneScript4(int unk1) {
_emc->run(&_sceneScriptState);
}
-void KyraEngine_HoF::runSceneScript6() {
- debugC(9, kDebugLevelMain, "KyraEngine_HoF::runSceneScript6()");
- _emc->init(&_sceneScriptState, &_sceneScriptData);
-
- _sceneScriptState.regs[0] = _mainCharacter.sceneId;
- _sceneScriptState.regs[1] = _mouseX;
- _sceneScriptState.regs[2] = _mouseY;
- _sceneScriptState.regs[4] = _itemInHand;
-
- _emc->start(&_sceneScriptState, 6);
- while (_emc->isValid(&_sceneScriptState))
- _emc->run(&_sceneScriptState);
-}
-
void KyraEngine_HoF::runSceneScript7() {
debugC(9, kDebugLevelMain, "KyraEngine_HoF::runSceneScript7()");
int oldPage = _screen->_curPage;