Skip to content

Commit

Permalink
FULLPIPE: Catch unplugged scenes
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Dec 25, 2013
1 parent d509744 commit 8600bde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/fullpipe/scenes.cpp
Expand Up @@ -792,6 +792,8 @@ bool FullpipeEngine::sceneSwitcher(EntranceInfo *entrance) {

default:
_behaviorManager->initBehavior(0, 0);

error("Unknown scene %d", entrance->_sceneId);
break;
}

Expand Down

0 comments on commit 8600bde

Please sign in to comment.