aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/graphics/screen_eob.h
diff options
context:
space:
mode:
authorathrxx2019-12-20 01:27:43 +0100
committerathrxx2019-12-20 14:32:24 +0100
commitc8544430dfe7403540b2485d19584d951881e727 (patch)
treea5805febb350a868e9a265d2d4a00fb93c7ed787 /engines/kyra/graphics/screen_eob.h
parent2d7355dcf2ccfbffbb62dc2c795962eebcbd94cd (diff)
downloadscummvm-rg350-c8544430dfe7403540b2485d19584d951881e727.tar.gz
scummvm-rg350-c8544430dfe7403540b2485d19584d951881e727.tar.bz2
scummvm-rg350-c8544430dfe7403540b2485d19584d951881e727.zip
KYRA: (EOB2/FM-TOWNS) - fix minor color glitch
- in nightmare sequence in dungeon level -4 - can not always be noticed
Diffstat (limited to 'engines/kyra/graphics/screen_eob.h')
-rw-r--r--engines/kyra/graphics/screen_eob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/graphics/screen_eob.h b/engines/kyra/graphics/screen_eob.h
index fc6c5d28aa..6927ff7cce 100644
--- a/engines/kyra/graphics/screen_eob.h
+++ b/engines/kyra/graphics/screen_eob.h
@@ -39,6 +39,7 @@ public:
void setClearScreenDim(int dim);
void clearCurDim();
+ void clearCurDimOvl(int pageNum);
void setMouseCursor(int x, int y, const byte *shape);
void setMouseCursor(int x, int y, const byte *shape, const uint8 *ovl);