Skip to content

Commit

Permalink
FULLPIPE: Renamed MctlGraph class methods
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Aug 14, 2016
1 parent 23e6242 commit 9b197be
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 92 deletions.
4 changes: 2 additions & 2 deletions engines/fullpipe/interaction.cpp
Expand Up @@ -143,8 +143,8 @@ bool InteractionController::handleInteraction(StaticANIObject *subj, GameObject
obj->setPicAniInfo(&aniInfo);

if (abs(xpos - subj->_ox) > 1 || abs(ypos - subj->_oy) > 1) {
debugC(0, kDebugPathfinding, "Calling doWalkTo() at [%d, %d]", xpos, ypos);
mq = getSc2MctlCompoundBySceneId(g_fp->_currentScene->_sceneId)->doWalkTo(subj, xpos, ypos, 1, cinter->_staticsId2);
debugC(0, kDebugPathfinding, "Calling makeQueue() at [%d, %d]", xpos, ypos);
mq = getSc2MctlCompoundBySceneId(g_fp->_currentScene->_sceneId)->makeQueue(subj, xpos, ypos, 1, cinter->_staticsId2);
if (mq) {
dur = mq->calcDuration(subj);
delete mq;
Expand Down

0 comments on commit 9b197be

Please sign in to comment.