aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-12-06 23:36:31 +0200
committerEugene Sandulenko2013-12-06 23:36:31 +0200
commit172128931bbcfae86b61be0b13050654ae63f0a3 (patch)
tree3750c143109efbb5b3f8d14d6ddac0a235e74b08 /engines/fullpipe/motion.h
parent8844d461a959d8ffbbd7ec397c529cdd2fcee606 (diff)
downloadscummvm-rg350-172128931bbcfae86b61be0b13050654ae63f0a3.tar.gz
scummvm-rg350-172128931bbcfae86b61be0b13050654ae63f0a3.tar.bz2
scummvm-rg350-172128931bbcfae86b61be0b13050654ae63f0a3.zip
FULLPIPE: Implement MctlLadder::freeItems()
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 92240506b4..5988b71d15 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -191,6 +191,7 @@ public:
public:
MctlLadder();
+ virtual ~MctlLadder();
int collisionDetection(StaticANIObject *man);
virtual void addObject(StaticANIObject *obj);