aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/kyra/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/screen.h b/engines/kyra/screen.h
index 09e6bfb6a2..82f550f642 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, int minY = -1, int maxY = 321);
+ void setShapePages(int page1, int page2, int minY = -1, int maxY = 201);
byte getShapeFlag1(int x, int y);
byte getShapeFlag2(int x, int y);