diff options
Diffstat (limited to 'engines/fullpipe/scenes.cpp')
| -rw-r--r-- | engines/fullpipe/scenes.cpp | 4 | 
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);  | 
