aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_hof.h
diff options
context:
space:
mode:
authorathrxx2012-11-11 14:07:58 +0100
committerathrxx2012-11-11 19:14:30 +0100
commit1bb8f22567e71796bba4f98a6ff4353ec84df197 (patch)
tree488d1502c6cd8bede091da6edbb28c10c800ee80 /engines/kyra/screen_hof.h
parent9840744acc6e43135ef5e28d041b1d55dd86804b (diff)
downloadscummvm-rg350-1bb8f22567e71796bba4f98a6ff4353ec84df197.tar.gz
scummvm-rg350-1bb8f22567e71796bba4f98a6ff4353ec84df197.tar.bz2
scummvm-rg350-1bb8f22567e71796bba4f98a6ff4353ec84df197.zip
KYRA: finish implementation of new HOF sequence player code
Diffstat (limited to 'engines/kyra/screen_hof.h')
-rw-r--r--engines/kyra/screen_hof.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/kyra/screen_hof.h b/engines/kyra/screen_hof.h
index 07fcd96844..95f461677d 100644
--- a/engines/kyra/screen_hof.h
+++ b/engines/kyra/screen_hof.h
@@ -38,7 +38,6 @@ public:
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 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;