aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/msurface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/msurface.h')
-rw-r--r--engines/mads/msurface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mads/msurface.h b/engines/mads/msurface.h
index dec36e7caf..ef2bbd6784 100644
--- a/engines/mads/msurface.h
+++ b/engines/mads/msurface.h
@@ -162,10 +162,11 @@ public:
* @param depth Depth of sprite
* @param depthSurface Depth surface to use with sprite depth
* @param scale Scale for image
+ * @param flipped Flag for whether image is to be flipped
* @param transparentColor Transparency palette index
*/
void copyFrom(MSurface *src, const Common::Point &destPos, int depth, DepthSurface *depthSurface,
- int scale, int transparentColor = -1);
+ int scale, bool flipped, int transparentColor = -1);
/**
* Copies the surface to a given destination surface