aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_lol.h
diff options
context:
space:
mode:
authorFlorian Kagerer2009-05-15 06:29:08 +0000
committerFlorian Kagerer2009-05-15 06:29:08 +0000
commitbee8be58e38c3adadba0a258e84473d360fc2656 (patch)
tree6c5eb3bc8193e57ec024d172dff73c849c009f49 /engines/kyra/screen_lol.h
parent24604dfa2275a47d543c64f92892c7f16099b96e (diff)
downloadscummvm-rg350-bee8be58e38c3adadba0a258e84473d360fc2656.tar.gz
scummvm-rg350-bee8be58e38c3adadba0a258e84473d360fc2656.tar.bz2
scummvm-rg350-bee8be58e38c3adadba0a258e84473d360fc2656.zip
LOL: implemented pit drop animation
svn-id: r40592
Diffstat (limited to 'engines/kyra/screen_lol.h')
-rw-r--r--engines/kyra/screen_lol.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/kyra/screen_lol.h b/engines/kyra/screen_lol.h
index e839f31752..2f230d79a6 100644
--- a/engines/kyra/screen_lol.h
+++ b/engines/kyra/screen_lol.h
@@ -62,6 +62,8 @@ public:
void smoothScrollTurnStep2(int srcPage1Num, int srcPage2Num, int dstPageNum);
void smoothScrollTurnStep3(int srcPage1Num, int srcPage2Num, int dstPageNum);
+ void copyRegionSpecial(int page1, int w1, int h1, int x1, int y1, int page2, int w2, int h2, int x2, int y2, int w3, int h3, int mode, ...);
+
// palette stuff
void fadeToBlack(int delay=0x54, const UpdateFunctor *upFunc = 0);
void fadeToPalette1(int delay);
@@ -99,7 +101,7 @@ private:
uint8 *_levelOverlays[8];
// magic atlas
- void calcMapBoundaries(int dstX, int dstY, int c, int d);
+ void calcBoundariesIntern(int dstX, int dstY, int c, int d);
int _internDimX;
int _internDimY;