aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-04-25 14:30:51 +0300
committerEugene Sandulenko2014-04-25 14:30:51 +0300
commit8230577153fb15ee588ca3b7e0d43b1e13e49eaa (patch)
treecbaa32b3ed8d1f3939d384f40574c7b66df63fd3 /engines/fullpipe/motion.h
parent1726f5731d882ad73a0c04ab19746245ee699d1d (diff)
downloadscummvm-rg350-8230577153fb15ee588ca3b7e0d43b1e13e49eaa.tar.gz
scummvm-rg350-8230577153fb15ee588ca3b7e0d43b1e13e49eaa.tar.bz2
scummvm-rg350-8230577153fb15ee588ca3b7e0d43b1e13e49eaa.zip
FULLPIPE: Implement MGM::recalcOffsets()
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 96442cac51..a5c93cecfc 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -138,7 +138,7 @@ struct MGMItem {
Common::Array<MGMSubItem *> subItems;
Common::Array<Statics *> statics;
Common::Array<Movement *> movements1;
- Common::Array<Movement *> movements2;
+ Common::Array<int> movements2;
MGMItem();
};