aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/fullpipe/scenes.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/fullpipe/scenes.cpp b/engines/fullpipe/scenes.cpp
index 89b0b2d31f..b4f95d3715 100644
--- a/engines/fullpipe/scenes.cpp
+++ b/engines/fullpipe/scenes.cpp
@@ -792,6 +792,8 @@ bool FullpipeEngine::sceneSwitcher(EntranceInfo *entrance) {
default:
_behaviorManager->initBehavior(0, 0);
+
+ error("Unknown scene %d", entrance->_sceneId);
break;
}