aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes/scene35.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2014-01-26 16:18:03 +0200
committerEugene Sandulenko2014-01-26 16:53:08 +0200
commitf7c768552a53f3f3733d9bade6667445aec004d3 (patch)
treec4923ccd38cb0ebd4106df8905c1b7f73c478bf9 /engines/fullpipe/scenes/scene35.cpp
parent06309f616a35730d89404461d0d5128b2eb1b44c (diff)
downloadscummvm-rg350-f7c768552a53f3f3733d9bade6667445aec004d3.tar.gz
scummvm-rg350-f7c768552a53f3f3733d9bade6667445aec004d3.tar.bz2
scummvm-rg350-f7c768552a53f3f3733d9bade6667445aec004d3.zip
FULLPIPE: Implement lift_clickButton()
Diffstat (limited to 'engines/fullpipe/scenes/scene35.cpp')
-rw-r--r--engines/fullpipe/scenes/scene35.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes/scene35.cpp b/engines/fullpipe/scenes/scene35.cpp
index 290213c453..ac8ed714d6 100644
--- a/engines/fullpipe/scenes/scene35.cpp
+++ b/engines/fullpipe/scenes/scene35.cpp
@@ -168,7 +168,7 @@ int sceneHandler35(ExCommand *cmd) {
break;
case MSG_LIFT_CLICKBUTTON:
- g_fp->lift_animation3();
+ g_fp->lift_clickButton();
break;
case MSG_SC35_STOPFLOW: