aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-01-04 22:16:53 +0200
committerEugene Sandulenko2014-01-05 00:53:30 +0200
commit8b78fb5642c3648c34d341edb868525beee040fe (patch)
tree09bc75005953e63f964b4f55077df078344ceb8d /engines/fullpipe/motion.h
parent0cc0c404bf0d8c634f38268c1b022e99ab5d587a (diff)
downloadscummvm-rg350-8b78fb5642c3648c34d341edb868525beee040fe.tar.gz
scummvm-rg350-8b78fb5642c3648c34d341edb868525beee040fe.tar.bz2
scummvm-rg350-8b78fb5642c3648c34d341edb868525beee040fe.zip
FULLPIPE: Implement MGM::buildExCommand2()
Diffstat (limited to 'engines/fullpipe/motion.h')
-rw-r--r--engines/fullpipe/motion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/motion.h b/engines/fullpipe/motion.h
index 2d39a276df..713cafd139 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -176,7 +176,7 @@ public:
void clearMovements2(int idx);
int recalcOffsets(int idx, int st1idx, int st2idx, bool flip, bool flop);
Common::Point *calcLength(Common::Point *point, Movement *mov, int x, int y, int *x1, int *y1, int flag);
- ExCommand2 *buildExCommand2(Movement *mov, int objId, int x1, int y1, int *x2, int *y2, int len);
+ ExCommand2 *buildExCommand2(Movement *mov, int objId, int x1, int y1, Common::Point *x2, Common::Point *y2, int len);
};
struct MctlLadderMovementVars {