aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes/scene26.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/scenes/scene26.cpp')
-rw-r--r--engines/fullpipe/scenes/scene26.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes/scene26.cpp b/engines/fullpipe/scenes/scene26.cpp
index 841e1896bb..0c53130e3e 100644
--- a/engines/fullpipe/scenes/scene26.cpp
+++ b/engines/fullpipe/scenes/scene26.cpp
@@ -87,7 +87,7 @@ void sceneHandler26_updateDrop() {
g_fp->_behaviorManager->setFlagByStaticAniObject(g_vars->scene26_drop, 1);
}
-void scene26_setupDrop() {
+void scene26_setupDrop(Scene *sc) {
sceneHandler26_updateDrop();
}