aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-05-10 09:30:09 +0300
committerEugene Sandulenko2014-05-10 09:30:09 +0300
commit0549ae8259f25a3bd86e6dabfb822d96c5b40416 (patch)
tree13392bdfbf9e7ed622146797bb97a7bab1ff8d8a /engines/fullpipe/motion.h
parent9cc67a997eddc87d1fe0cae502c632e748667ee0 (diff)
downloadscummvm-rg350-0549ae8259f25a3bd86e6dabfb822d96c5b40416.tar.gz
scummvm-rg350-0549ae8259f25a3bd86e6dabfb822d96c5b40416.tar.bz2
scummvm-rg350-0549ae8259f25a3bd86e6dabfb822d96c5b40416.zip
FULLPIPE: Started MovGraph::doWalkTo() implementation
Diffstat (limited to 'engines/fullpipe/motion.h')
-rw-r--r--engines/fullpipe/motion.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/engines/fullpipe/motion.h b/engines/fullpipe/motion.h
index 38632c14b7..94cd274c0d 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -308,6 +308,13 @@ struct MovArr {
Common::Point _point;
};
+struct MovItem {
+ MovArr *movarr;
+ int _mfield_4;
+ int _mfield_8;
+ int _mfield_C;
+};
+
struct MovGraphItem {
StaticANIObject *ani;
int field_4;
@@ -319,7 +326,7 @@ struct MovGraphItem {
int field_1C;
int field_20;
int field_24;
- int items;
+ MovItem *items;
int count;
int field_30;
int field_34;