aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/mads_views.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/m4/mads_views.h')
-rw-r--r--engines/m4/mads_views.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/m4/mads_views.h b/engines/m4/mads_views.h
index c0f3790a23..f0ded634b1 100644
--- a/engines/m4/mads_views.h
+++ b/engines/m4/mads_views.h
@@ -289,7 +289,7 @@ public:
void merge(int startIndex, int count);
bool intersects(int idx1, int idx2);
void mergeAreas(int idx1, int idx2);
- void copy(M4Surface *dest, M4Surface *src, int yOffset);
+ void copy(M4Surface *dest, M4Surface *src, int yOffset, const Common::Point &posAdjust);
};
enum SpriteAnimType {ANIMTYPE_CYCLED = 1, ANIMTYPE_REVERSIBLE = 2};