aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-05-15 12:34:55 +0200
committerEugene Sandulenko2014-05-15 12:34:55 +0200
commit230e7713217603de711cf098977daba108cb3087 (patch)
treeede403353b926e016805675ab9278b41a73a4ccb /engines/fullpipe/motion.h
parentdf0d8bf8746436dcc3ca79829e77aa8e08205884 (diff)
downloadscummvm-rg350-230e7713217603de711cf098977daba108cb3087.tar.gz
scummvm-rg350-230e7713217603de711cf098977daba108cb3087.tar.bz2
scummvm-rg350-230e7713217603de711cf098977daba108cb3087.zip
FULLPIPE: Implement MovGraph::doWalkTo()
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 3ef62a75b3..1b49839e0d 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -315,7 +315,7 @@ struct MovArr {
};
struct MovItem {
- MovArr *movarr;
+ Common::Array<MovArr *> *movarr;
int _mfield_4;
int _mfield_8;
int _mfield_C;