FULLPIPE: method4C -> doWalkTo
This commit is contained in:
parent
a0185d7fdc
commit
1cfafc6cfd
3 changed files with 11 additions and 11 deletions
|
@ -137,7 +137,7 @@ bool InteractionController::handleInteraction(StaticANIObject *subj, GameObject
|
|||
obj->setPicAniInfo(&aniInfo);
|
||||
|
||||
if (abs(xpos - subj->_ox) > 1 || abs(ypos - subj->_oy) > 1) {
|
||||
mq = getSc2MctlCompoundBySceneId(g_fullpipe->_currentScene->_sceneId)->method4C(subj, xpos, ypos, 1, cinter->_staticsId2);
|
||||
mq = getSc2MctlCompoundBySceneId(g_fullpipe->_currentScene->_sceneId)->doWalkTo(subj, xpos, ypos, 1, cinter->_staticsId2);
|
||||
if (mq) {
|
||||
dur = mq->calcDuration(subj);
|
||||
delete mq;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue