aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes.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.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.cpp')
-rw-r--r--engines/fullpipe/scenes.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/fullpipe/scenes.cpp b/engines/fullpipe/scenes.cpp
index 13c653ad09..32aa955a61 100644
--- a/engines/fullpipe/scenes.cpp
+++ b/engines/fullpipe/scenes.cpp
@@ -583,8 +583,8 @@ bool FullpipeEngine::sceneSwitcher(EntranceInfo *entrance) {
_aniMan2 = _aniMan;
MctlCompound *cmp = getSc2MctlCompoundBySceneId(entrance->_sceneId);
cmp->initMovGraph2();
- cmp->addObject(_aniMan);
- cmp->setEnabled();
+ cmp->attachObject(_aniMan);
+ cmp->activate();
getGameLoaderInteractionController()->enableFlag24();
setInputDisabled(0);