From 8bdf4e38bee0e460703bddf9d45615b3ff628e33 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 2 Jun 2014 10:35:30 +0300 Subject: FULLPIPE: Add missing parameter to Movement::calcSomeXY() --- engines/fullpipe/statics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/fullpipe/statics.h') 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(); -- cgit v1.2.3