aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-08-14 20:00:14 +0200
committerEugene Sandulenko2016-08-14 21:40:29 +0200
commitf99e47de6e47910be0857e2f1e056447edba220e (patch)
treefde6485ec88de0d2f743764ac551b6af35991d5d /engines/fullpipe/motion.h
parente3acf3f23e2668ee6e0c2427c85cd7411e894534 (diff)
downloadscummvm-rg350-f99e47de6e47910be0857e2f1e056447edba220e.tar.gz
scummvm-rg350-f99e47de6e47910be0857e2f1e056447edba220e.tar.bz2
scummvm-rg350-f99e47de6e47910be0857e2f1e056447edba220e.zip
FULLPIPE: Rename MGM class 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 2b39d25f50..b67c9b1a57 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;
- MGM _mgm;
+ AniHandler _mgm;
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);
- MGM _mgm;
+ AniHandler _mgm;
public:
MovGraph();