Skip to content

Commit

Permalink
FULLPIPE: Plug scene37 in
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jan 18, 2014
1 parent d122b20 commit 7445f89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion engines/fullpipe/scenes.cpp
Expand Up @@ -948,7 +948,6 @@ bool FullpipeEngine::sceneSwitcher(EntranceInfo *entrance) {
_updateCursorCallback = scene36_updateCursor;
break;

#if 0
case SC_37:
sceneVar = _gameLoader->_gameVar->getSubVarByName("SC_37");
scene->preloadMovements(sceneVar);
Expand All @@ -960,6 +959,7 @@ bool FullpipeEngine::sceneSwitcher(EntranceInfo *entrance) {
_updateCursorCallback = scene37_updateCursor;
break;

#if 0
case SC_38:
sceneVar = _gameLoader->_gameVar->getSubVarByName("SC_38");
scene->preloadMovements(sceneVar);
Expand Down
4 changes: 4 additions & 0 deletions engines/fullpipe/scenes.h
Expand Up @@ -169,6 +169,10 @@ int scene36_updateCursor();
void scene36_initScene(Scene *sc);
int sceneHandler36(ExCommand *cmd);

void scene37_initScene(Scene *sc);
int sceneHandler37(ExCommand *ex);
int scene37_updateCursor();

void sceneDbgMenu_initScene(Scene *sc);
int sceneHandlerDbgMenu(ExCommand *cmd);

Expand Down

0 comments on commit 7445f89

Please sign in to comment.