FULLPIPE: Catch unplugged scenes

This commit is contained in:
Eugene Sandulenko 2013-12-24 18:53:44 +02:00
parent d509744df5
commit 8600bdecd3

View File

@ -792,6 +792,8 @@ bool FullpipeEngine::sceneSwitcher(EntranceInfo *entrance) {
default:
_behaviorManager->initBehavior(0, 0);
error("Unknown scene %d", entrance->_sceneId);
break;
}