aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes/scene26.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2015-09-20 00:39:53 +0200
committerEugene Sandulenko2015-10-17 12:45:39 +0200
commit9b95f9f9c14dcd74d74c44d5aef510bff6dc7a20 (patch)
treecc966c51c19fed382b14efc36318fa968d4ee0fd /engines/fullpipe/scenes/scene26.cpp
parent70c42f26b252307a4721e67321dec958272b8752 (diff)
downloadscummvm-rg350-9b95f9f9c14dcd74d74c44d5aef510bff6dc7a20.tar.gz
scummvm-rg350-9b95f9f9c14dcd74d74c44d5aef510bff6dc7a20.tar.bz2
scummvm-rg350-9b95f9f9c14dcd74d74c44d5aef510bff6dc7a20.zip
FULLPIPE: Rename some methods
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 b9d9161e7d..baed928d00 100644
--- a/engines/fullpipe/scenes/scene26.cpp
+++ b/engines/fullpipe/scenes/scene26.cpp
@@ -257,7 +257,7 @@ void sceneHandler26_clickVent(StaticANIObject *ani, ExCommand *cmd) {
int y = ani->_oy + 61;
if (abs(x - g_fp->_aniMan->_ox) > 1 || abs(y - g_fp->_aniMan->_oy) > 1 || g_fp->_aniMan->_movement || g_fp->_aniMan->_statics->_staticsId != ST_MAN_UP) {
- MessageQueue *mq = getCurrSceneSc2MotionController()->method34(g_fp->_aniMan, x, y, 1, ST_MAN_UP);
+ MessageQueue *mq = getCurrSceneSc2MotionController()->startMove(g_fp->_aniMan, x, y, 1, ST_MAN_UP);
if (mq) {
ExCommand *ex = new ExCommand(0, 17, MSG_SC26_CLICKVENT, 0, 0, 0, 1, 0, 0, 0);