aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-04-26 12:03:58 +0300
committerEugene Sandulenko2014-04-26 12:03:58 +0300
commit20f14713dab4452420a19e63ec0648d834001dcf (patch)
treed0b296c5a5ad6311fc25f4f999f87c076950c6e8 /engines/fullpipe/motion.h
parent8d15423f42933d6cc58ea53d26a059135508cfed (diff)
downloadscummvm-rg350-20f14713dab4452420a19e63ec0648d834001dcf.tar.gz
scummvm-rg350-20f14713dab4452420a19e63ec0648d834001dcf.tar.bz2
scummvm-rg350-20f14713dab4452420a19e63ec0648d834001dcf.zip
FULLPIPE: Implement MGM::refreshOffsets()
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 6d6335b5cf..4d92fd7fed 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -180,6 +180,7 @@ public:
ExCommand2 *buildExCommand2(Movement *mov, int objId, int x1, int y1, Common::Point *x2, Common::Point *y2, int len);
MessageQueue *genMQ(StaticANIObject *ani, int staticsIndex, int staticsId, int *resStatId, Common::Point **pointArr);
int countPhases(int idx, int subIdx, int subOffset, int flag);
+ int refreshOffsets(int objectId, int idx1, int idx2);
};
struct MctlLadderMovementVars {