aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-08-14 20:05:32 +0200
committerEugene Sandulenko2016-08-14 21:40:29 +0200
commit060d1f7254e9fe4d61c3b1648d989d21026610d0 (patch)
treee0a0d4254afaf545d953a265bdcf73a941d1ce32 /engines/fullpipe/motion.h
parentf99e47de6e47910be0857e2f1e056447edba220e (diff)
downloadscummvm-rg350-060d1f7254e9fe4d61c3b1648d989d21026610d0.tar.gz
scummvm-rg350-060d1f7254e9fe4d61c3b1648d989d21026610d0.tar.bz2
scummvm-rg350-060d1f7254e9fe4d61c3b1648d989d21026610d0.zip
FULLPIPE: Rename various mgm variables to aniHandler
Diffstat (limited to 'engines/fullpipe/motion.h')
-rw-r--r--engines/fullpipe/motion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/fullpipe/motion.h b/engines/fullpipe/motion.h
index b67c9b1a57..96bde0d4b7 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -149,7 +149,7 @@ public:
int _ladder_field_20;
int _ladder_field_24;
Common::Array<MctlLadderMovement *> _ladmovements;
- AniHandler _mgm;
+ AniHandler _aniHandler;
public:
MctlLadder();
@@ -282,7 +282,7 @@ public:
int _field_44;
Common::Array<MovGraphItem *> _items;
MovArr *(*_callback1)(StaticANIObject *ani, Common::Array<MovItem *> *items, signed int counter);
- AniHandler _mgm;
+ AniHandler _aniHandler;
public:
MovGraph();