aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEugene Sandulenko2013-12-19 18:45:11 +0200
committerEugene Sandulenko2013-12-19 18:45:11 +0200
commitd8c3d472006d89936b5324652cc9e63dfce401a6 (patch)
tree6f36d1f7b0bb6fad957532784a2fd9430d086dfe /engines
parent8862be264b4ed6b0d67cc969f2a88d076872f226 (diff)
downloadscummvm-rg350-d8c3d472006d89936b5324652cc9e63dfce401a6.tar.gz
scummvm-rg350-d8c3d472006d89936b5324652cc9e63dfce401a6.tar.bz2
scummvm-rg350-d8c3d472006d89936b5324652cc9e63dfce401a6.zip
FULLPIPE: Enable scene07
Diffstat (limited to 'engines')
-rw-r--r--engines/fullpipe/scenes.cpp2
-rw-r--r--engines/fullpipe/scenes.h3
2 files changed, 4 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes.cpp b/engines/fullpipe/scenes.cpp
index 83f4d6be10..5c61088805 100644
--- a/engines/fullpipe/scenes.cpp
+++ b/engines/fullpipe/scenes.cpp
@@ -328,7 +328,6 @@ bool FullpipeEngine::sceneSwitcher(EntranceInfo *entrance) {
_updateCursorCallback = scene06_updateCursor;
break;
-#if 0
case SC_7:
sceneVar = _gameLoader->_gameVar->getSubVarByName("SC_7");
scene->preloadMovements(sceneVar);
@@ -340,6 +339,7 @@ bool FullpipeEngine::sceneSwitcher(EntranceInfo *entrance) {
_updateCursorCallback = defaultUpdateCursor;
break;
+#if 0
case SC_8:
sceneVar = _gameLoader->_gameVar->getSubVarByName("SC_8");
scene->preloadMovements(sceneVar);
diff --git a/engines/fullpipe/scenes.h b/engines/fullpipe/scenes.h
index 3751ed9a32..0070d1041f 100644
--- a/engines/fullpipe/scenes.h
+++ b/engines/fullpipe/scenes.h
@@ -59,6 +59,9 @@ void scene06_initMumsy();
int sceneHandler06(ExCommand *cmd);
int scene06_updateCursor();
+void scene07_initScene(Scene *sc);
+int sceneHandler07(ExCommand *cmd);
+
void sceneDbgMenu_initScene(Scene *sc);
int sceneHandlerDbgMenu(ExCommand *cmd);