aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-05-24 10:11:08 +0300
committerEugene Sandulenko2014-05-24 11:17:03 +0300
commitc4f3f77d74adb7a513819c7542dd1eed67badb95 (patch)
treec0e8d243a1503194f7ae6bcde03b8d792783f077 /engines/fullpipe/motion.h
parent2e02e1c9387a62d2be0ffbce2bdb03bde01b9697 (diff)
downloadscummvm-rg350-c4f3f77d74adb7a513819c7542dd1eed67badb95.tar.gz
scummvm-rg350-c4f3f77d74adb7a513819c7542dd1eed67badb95.tar.bz2
scummvm-rg350-c4f3f77d74adb7a513819c7542dd1eed67badb95.zip
FULLPIPE: Further work on MovGraph::method50()
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 6233174e67..dbd41b8f9e 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -307,7 +307,7 @@ struct MovStep {
};
struct MovArr {
- MovStep *_movSteps;
+ Common::Array<MovStep *> _movSteps;
int _movStepCount;
int _afield_8;
MovGraphLink *_link;