aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-12-06 23:22:28 +0200
committerEugene Sandulenko2013-12-06 23:22:28 +0200
commit8844d461a959d8ffbbd7ec397c529cdd2fcee606 (patch)
treedbb0fdaef9eade28c01b4eeb4be4c1c8919a086d /engines/fullpipe/motion.h
parent9fbc292404cbb5ec6d1ad37cd56dc9141dfe4048 (diff)
downloadscummvm-rg350-8844d461a959d8ffbbd7ec397c529cdd2fcee606.tar.gz
scummvm-rg350-8844d461a959d8ffbbd7ec397c529cdd2fcee606.tar.bz2
scummvm-rg350-8844d461a959d8ffbbd7ec397c529cdd2fcee606.zip
FULLPIPE: implement MctlLadder::addObject()
Diffstat (limited to 'engines/fullpipe/motion.h')
-rw-r--r--engines/fullpipe/motion.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/fullpipe/motion.h b/engines/fullpipe/motion.h
index 43ec367545..92240506b4 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -198,6 +198,10 @@ public:
virtual void freeItems();
virtual MessageQueue *method34(StaticANIObject *subj, int xpos, int ypos, int fuzzyMatch, int staticsId);
virtual MessageQueue *doWalkTo(StaticANIObject *subj, int xpos, int ypos, int fuzzyMatch, int staticsId);
+
+private:
+ int findObjectPos(StaticANIObject *obj);
+ bool initMovement(StaticANIObject *ani, MctlLadderMovement *movement);
};
class MovGraphNode : public CObject {