aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-01-08 10:58:26 +0200
committerEugene Sandulenko2014-01-08 10:58:26 +0200
commitd423b5b1fef100d5bbb9087ee962c1c22109b656 (patch)
tree175da029c38987b27c025ea790d5ea2f4a12b5d5 /engines/fullpipe/motion.h
parent5e0236e7ad7157f67ca1eed6b4d28a959de5bc40 (diff)
downloadscummvm-rg350-d423b5b1fef100d5bbb9087ee962c1c22109b656.tar.gz
scummvm-rg350-d423b5b1fef100d5bbb9087ee962c1c22109b656.tar.bz2
scummvm-rg350-d423b5b1fef100d5bbb9087ee962c1c22109b656.zip
FULLPIPE: Implement MGM::getStaticsIndex()
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 cecde70775..e87763f9ba 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -173,6 +173,7 @@ public:
void updateAnimStatics(StaticANIObject *ani, int staticsId);
Common::Point *getPoint(Common::Point *point, int aniId, int staticsId1, int staticsId2);
int getStaticsIndexById(int idx, int16 id);
+ int getStaticsIndex(int idx, Statics *st);
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);