aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-09-12 22:47:45 +0300
committerEugene Sandulenko2013-09-12 22:51:21 +0300
commit6cd830fb1bfaec9207248bb935d1f9c9c008dd7a (patch)
treecefa24e65d6e21d9e1cd89d01a6ae7d072ae99de /engines/fullpipe/motion.h
parent7e08d4f6b290824e43c91cea8cb3b8716144b859 (diff)
downloadscummvm-rg350-6cd830fb1bfaec9207248bb935d1f9c9c008dd7a.tar.gz
scummvm-rg350-6cd830fb1bfaec9207248bb935d1f9c9c008dd7a.tar.bz2
scummvm-rg350-6cd830fb1bfaec9207248bb935d1f9c9c008dd7a.zip
FULLPIPE: Implement CGameLoader::preloadScene()
Diffstat (limited to 'engines/fullpipe/motion.h')
-rw-r--r--engines/fullpipe/motion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/fullpipe/motion.h b/engines/fullpipe/motion.h
index 89a98967fb..85a52918f0 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -42,6 +42,7 @@ class CMotionController : public CObject {
void clearEnabled() { _isEnabled = false; }
virtual void addObject(StaticANIObject *obj) {}
+ virtual void freeItems() {}
};
class CMctlCompoundArray : public Common::Array<CObject>, public CObject {