aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_hof.h
diff options
context:
space:
mode:
authorathrxx2012-08-09 18:13:15 +0200
committerathrxx2012-11-11 19:14:29 +0100
commit9840744acc6e43135ef5e28d041b1d55dd86804b (patch)
tree68cc574de7393fd8451f64db2e730ad5f4a5dcc4 /engines/kyra/screen_hof.h
parente016e7dfc2b1e3cdb39c01d81c5a34eee66a277b (diff)
downloadscummvm-rg350-9840744acc6e43135ef5e28d041b1d55dd86804b.tar.gz
scummvm-rg350-9840744acc6e43135ef5e28d041b1d55dd86804b.tar.bz2
scummvm-rg350-9840744acc6e43135ef5e28d041b1d55dd86804b.zip
KYRA: move HOF sequence player into its own class
(also cleaning up and fixing things while doing that)
Diffstat (limited to 'engines/kyra/screen_hof.h')
-rw-r--r--engines/kyra/screen_hof.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/screen_hof.h b/engines/kyra/screen_hof.h
index 51c6a001fa..07fcd96844 100644
--- a/engines/kyra/screen_hof.h
+++ b/engines/kyra/screen_hof.h
@@ -37,7 +37,7 @@ public:
// sequence player
void generateGrayOverlay(const Palette &pal, uint8 *grayOverlay, int factor, int addR, int addG, int addB, int lastColor, bool flag);
void cmpFadeFrameStep(int srcPage, int srcW, int srcH, int srcX, int srcY, int dstPage, int dstW, int dstH, int dstX, int dstY, int cmpW, int cmpH, int cmpPage);
- void copyPageMemory(int srcPage, int srcPos, int dstPage, int dstPos, int numBytes);
+
void copyRegionEx(int srcPage, int srcW, int srcH, int dstPage, int dstX,int dstY, int dstW, int dstH, const ScreenDim *d, bool flag = false);
private:
KyraEngine_HoF *_vm;