aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
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;