From 50f2bc660be245cd7ec5c8b78ea40c39197e938c Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 1 Oct 2013 22:22:24 +0300 Subject: FULLPIPE: Unk2 -> MGM --- engines/fullpipe/motion.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines') diff --git a/engines/fullpipe/motion.h b/engines/fullpipe/motion.h index 99d8d3eb79..00c6404690 100644 --- a/engines/fullpipe/motion.h +++ b/engines/fullpipe/motion.h @@ -100,13 +100,13 @@ class MctlCompound : public MotionController { void initMovGraph2(); }; -class Unk2 : public CObject { +class MGM : public CObject { public: int _items; int _count; public: - Unk2() : _items(0), _count(0) {} + MGM() : _items(0), _count(0) {} }; class MovGraphNode : public CObject { @@ -178,7 +178,7 @@ class MovGraph : public MotionController { int _items; int _itemsCount; int (*_callback1)(int, int, int); - Unk2 _unk2; + MGM _mgm; public: MovGraph(); -- cgit v1.2.3