aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/fullpipe/scenes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes.cpp b/engines/fullpipe/scenes.cpp
index 835f324ef6..d2dc6214ec 100644
--- a/engines/fullpipe/scenes.cpp
+++ b/engines/fullpipe/scenes.cpp
@@ -259,7 +259,7 @@ int FullpipeEngine::convertScene(int scene) {
}
int FullpipeEngine::getSceneEntrance(int scene) {
- for (int i = 0; i < 41; i++)
+ for (int i = 0; i < 40; i++)
if (scenes[i] == scene)
return scenesD[i];