diff options
| author | Eugene Sandulenko | 2013-10-02 09:03:08 +0300 |
|---|---|---|
| committer | Eugene Sandulenko | 2013-10-02 20:59:57 +0300 |
| commit | d179d0fb9d26e8fe31b340e2af420eb7cbf72be8 (patch) | |
| tree | f6a3dee57b0e339ac6d28744ca6a78594f34c3e6 /engines/fullpipe/motion.cpp | |
| parent | 98a30990760c9135b72adab643ddbd4d06aa233d (diff) | |
| download | scummvm-rg350-d179d0fb9d26e8fe31b340e2af420eb7cbf72be8.tar.gz scummvm-rg350-d179d0fb9d26e8fe31b340e2af420eb7cbf72be8.tar.bz2 scummvm-rg350-d179d0fb9d26e8fe31b340e2af420eb7cbf72be8.zip | |
FULLPIPE: Implement MGM::clear()
Diffstat (limited to 'engines/fullpipe/motion.cpp')
| -rw-r--r-- | engines/fullpipe/motion.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/engines/fullpipe/motion.cpp b/engines/fullpipe/motion.cpp index ad24514b26..6a39b9f7b5 100644 --- a/engines/fullpipe/motion.cpp +++ b/engines/fullpipe/motion.cpp @@ -479,17 +479,11 @@ MovGraphNode *MovGraph::calcOffset(int ox, int oy) { } void MGM::clear() { - warning("STUB: MGM:clear()"); + _items.clear(); } MGMItem::MGMItem() { objId = 0; - subItems = 0; - staticsListCount = 0; - movementListCount = 0; - statics = 0; - movements1 = 0; - movements2 = 0; } void MGM::addItem(int objId) { |
