aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/statics.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-06-02 10:35:30 +0300
committerEugene Sandulenko2014-06-02 10:36:20 +0300
commit8bdf4e38bee0e460703bddf9d45615b3ff628e33 (patch)
tree0158826ea9168e1dc02bd195ffe5027d5a3d79ff /engines/fullpipe/statics.h
parent8979b79ecd5de771c7c6405a0c54cc149f59051a (diff)
downloadscummvm-rg350-8bdf4e38bee0e460703bddf9d45615b3ff628e33.tar.gz
scummvm-rg350-8bdf4e38bee0e460703bddf9d45615b3ff628e33.tar.bz2
scummvm-rg350-8bdf4e38bee0e460703bddf9d45615b3ff628e33.zip
FULLPIPE: Add missing parameter to Movement::calcSomeXY()
Diffstat (limited to 'engines/fullpipe/statics.h')
-rw-r--r--engines/fullpipe/statics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/statics.h b/engines/fullpipe/statics.h
index 63661157b2..c7baac7502 100644
--- a/engines/fullpipe/statics.h
+++ b/engines/fullpipe/statics.h
@@ -146,7 +146,7 @@ class Movement : public GameObject {
Common::Point *getCenter(Common::Point *p);
Common::Point *getDimensionsOfPhase(Common::Point *p, int phaseIndex);
- Common::Point *calcSomeXY(Common::Point &p, int idx);
+ Common::Point *calcSomeXY(Common::Point &p, int idx, int dynidx);
void initStatics(StaticANIObject *ani);
void updateCurrDynamicPhase();