aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-12-01 08:05:57 +0100
committerEugene Sandulenko2016-12-01 08:06:56 +0100
commit69ed293003a187f2a7e807785e652e3378f1337a (patch)
tree6a44d25122d3182af19b7557e27e705f423df6ff /engines/fullpipe/motion.h
parent20832d79fb84b2f7fa7cd041b3006e1419c0916f (diff)
downloadscummvm-rg350-69ed293003a187f2a7e807785e652e3378f1337a.tar.gz
scummvm-rg350-69ed293003a187f2a7e807785e652e3378f1337a.tar.bz2
scummvm-rg350-69ed293003a187f2a7e807785e652e3378f1337a.zip
FULLPIPE: Rename struct variables of MovGraphItem
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 5b225143ad..4eecd98536 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -264,7 +264,7 @@ struct MovGraphItem {
StaticANIObject *ani;
int field_4;
MovArr movarr;
- Common::Array<MovItem *> *movitems;
+ Common::Array<MovItem *> *mi_movitems;
int count;
int field_30;
int field_34;