From 49b6498d2212fa666ba0f6da9a2ec594ba7995e5 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 26 Apr 2014 10:39:34 +0300 Subject: FULLPIPE: Implement MGM::genMovement() --- engines/fullpipe/motion.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/fullpipe/motion.h') diff --git a/engines/fullpipe/motion.h b/engines/fullpipe/motion.h index 8bcbf4deac..6d6335b5cf 100644 --- a/engines/fullpipe/motion.h +++ b/engines/fullpipe/motion.h @@ -179,6 +179,7 @@ public: Common::Point *calcLength(Common::Point *point, Movement *mov, int x, int y, int *mult, int *len, int flag); 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); }; struct MctlLadderMovementVars { -- cgit v1.2.3