aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/screen.h')
-rw-r--r--engines/kyra/screen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/kyra/screen.h b/engines/kyra/screen.h
index a0403e6c68..4ae66fbb64 100644
--- a/engines/kyra/screen.h
+++ b/engines/kyra/screen.h
@@ -200,7 +200,7 @@ public:
void setAnimBlockPtr(int size);
- void setShapePages(int page1, int page2);
+ void setShapePages(int page1, int page2, int minY = -1, int maxY = 321);
byte getShapeFlag1(int x, int y);
byte getShapeFlag2(int x, int y);
@@ -216,6 +216,7 @@ public:
int _curPage;
uint8 *_currentPalette;
uint8 *_shapePages[2];
+ int _maskMinY, _maskMaxY;
FontId _currentFont;
bool _disableScreen;