aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes/scene03.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2014-02-01 13:09:55 +0200
committerEugene Sandulenko2014-02-01 16:55:43 +0200
commit3dbd8817c35e155229888d9be81e241f8e99ad10 (patch)
tree345c373814914263c6b6e1da2174b233adc236df /engines/fullpipe/scenes/scene03.cpp
parent74850348d55bdf5e75d873039dfdb5d9781d39c5 (diff)
downloadscummvm-rg350-3dbd8817c35e155229888d9be81e241f8e99ad10.tar.gz
scummvm-rg350-3dbd8817c35e155229888d9be81e241f8e99ad10.tar.bz2
scummvm-rg350-3dbd8817c35e155229888d9be81e241f8e99ad10.zip
FULLPIPE: Implement lift_animateButton()
Diffstat (limited to 'engines/fullpipe/scenes/scene03.cpp')
-rw-r--r--engines/fullpipe/scenes/scene03.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes/scene03.cpp b/engines/fullpipe/scenes/scene03.cpp
index 9ba84a540a..b2b9180942 100644
--- a/engines/fullpipe/scenes/scene03.cpp
+++ b/engines/fullpipe/scenes/scene03.cpp
@@ -246,7 +246,7 @@ int sceneHandler03(ExCommand *ex) {
{
StaticANIObject *ani = g_fp->_currentScene->getStaticANIObjectAtPos(ex->_sceneClickX, ex->_sceneClickY);
if (ani && ani->_id == ANI_LIFTBUTTON) {
- g_fp->lift_sub1(ani);
+ g_fp->lift_animateButton(ani);
ex->_messageKind = 0;
return 0;