aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-01 21:11:08 -0500
committerPaul Gilbert2014-03-01 21:11:08 -0500
commitae258cb350797f41272fdc1878d8cb0d3bacef05 (patch)
treef57209389c1c8106532971ea76a66f9d9834d5fe /engines/voyeur/events.h
parent007d68006aaaf1025e246b6a9f7c25fd789958b2 (diff)
downloadscummvm-rg350-ae258cb350797f41272fdc1878d8cb0d3bacef05.tar.gz
scummvm-rg350-ae258cb350797f41272fdc1878d8cb0d3bacef05.tar.bz2
scummvm-rg350-ae258cb350797f41272fdc1878d8cb0d3bacef05.zip
VOYEUR: Change apartment cursor to use ScummVM cursor manager
Diffstat (limited to 'engines/voyeur/events.h')
-rw-r--r--engines/voyeur/events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/events.h b/engines/voyeur/events.h
index 6f63ac09ee..11711d22fc 100644
--- a/engines/voyeur/events.h
+++ b/engines/voyeur/events.h
@@ -126,7 +126,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();