aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/events.h')
-rw-r--r--engines/voyeur/events.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/voyeur/events.h b/engines/voyeur/events.h
index 6f63ac09ee..5e0bfe6404 100644
--- a/engines/voyeur/events.h
+++ b/engines/voyeur/events.h
@@ -55,7 +55,6 @@ public:
bool _flipWait;
int _flashTimer;
int _flashStep;
- int field26;
bool _hasPalette;
bool _skipFading;
int _palStartIndex;
@@ -126,7 +125,7 @@ public:
void addFadeInt();
void setCursor(PictureResource *pic);
- void setCursor(byte *cursorData, int width, int height);
+ void setCursor(byte *cursorData, int width, int height, int keyColor);
void setCursorColor(int idx, int mode);
void showCursor();
void hideCursor();