aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-10-19 17:30:57 +0300
committerEugene Sandulenko2013-10-19 21:22:15 +0300
commita5c7cdcc0c4c2438a08f606668e5fa14637d47b5 (patch)
tree6a467b3c5864cc0d52495d2fe3eef427a47da8df /engines/fullpipe/motion.h
parent33c849698f2a7fd093062d4e72357ddb76b31de0 (diff)
downloadscummvm-rg350-a5c7cdcc0c4c2438a08f606668e5fa14637d47b5.tar.gz
scummvm-rg350-a5c7cdcc0c4c2438a08f606668e5fa14637d47b5.tar.bz2
scummvm-rg350-a5c7cdcc0c4c2438a08f606668e5fa14637d47b5.zip
FULLPIPE: Implement MovGraph2::findLink()
Diffstat (limited to 'engines/fullpipe/motion.h')
-rw-r--r--engines/fullpipe/motion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/motion.h b/engines/fullpipe/motion.h
index d53bcf1bbf..85ad084f60 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -323,7 +323,7 @@ public:
int getItemSubIndexByMGM(int idx, StaticANIObject *ani);
int getShortSide(MovGraphLink *lnk, int x, int y);
- int findLink(Common::Array<MovGraphLink *> *linkList, MovGraphLink *lnk, Common::Rect *a3, Common::Point *a4);
+ int findLink(Common::Array<MovGraphLink *> *linkList, int idx, Common::Rect *a3, Common::Point *a4);
bool initDirections(StaticANIObject *obj, MovGraph2Item *item);
void buildMovInfo1SubItems(MovInfo1 *movinfo, Common::Array<MovGraphLink *> *linkList, LinkInfo *lnkSrc, LinkInfo *lnkDst);