aboutsummaryrefslogtreecommitdiff
path: root/engines/made/screenfx.h
diff options
context:
space:
mode:
authorPaul Gilbert2009-01-10 22:11:22 +0000
committerPaul Gilbert2009-01-10 22:11:22 +0000
commit75c2dc82b3814d0d74c0c7910e64a9ac081bfbaa (patch)
treeb43907a22ec8479aabb4813f6450a0e88b9af080 /engines/made/screenfx.h
parent5b80774dded7b39083ff8eabc633e88fefc15975 (diff)
downloadscummvm-rg350-75c2dc82b3814d0d74c0c7910e64a9ac081bfbaa.tar.gz
scummvm-rg350-75c2dc82b3814d0d74c0c7910e64a9ac081bfbaa.tar.bz2
scummvm-rg350-75c2dc82b3814d0d74c0c7910e64a9ac081bfbaa.zip
Implemented screen vfx #8
svn-id: r35806
Diffstat (limited to 'engines/made/screenfx.h')
-rw-r--r--engines/made/screenfx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/made/screenfx.h b/engines/made/screenfx.h
index 18fcbd29ce..7852855301 100644
--- a/engines/made/screenfx.h
+++ b/engines/made/screenfx.h
@@ -52,7 +52,8 @@ private:
void setPalette(byte *palette);
void setBlendedPalette(byte *palette, byte *newPalette, int colorCount, int16 value, int16 maxValue);
void copyFxRect(Graphics::Surface *surface, int16 x1, int16 y1, int16 x2, int16 y2);
- void copyRect(Graphics::Surface *surface, int16 x1, int16 y1, int16 x2, int16 y2);
+ void copyRect(Graphics::Surface *surface, int16 x1, int16 y1, int16 x2, int16 y2,
+ int xd = -1, int yd = -1);
void vfx00(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);
void vfx01(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);