aboutsummaryrefslogtreecommitdiff
path: root/engines/simon
diff options
context:
space:
mode:
Diffstat (limited to 'engines/simon')
-rw-r--r--engines/simon/simon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/simon.h b/engines/simon/simon.h
index bed42b1d5b..e03206c5e7 100644
--- a/engines/simon/simon.h
+++ b/engines/simon/simon.h
@@ -674,7 +674,7 @@ protected:
void pollMouseXY();
void drawMousePointer();
void drawMousePointer_FF();
- void drawMousePart(byte *dst, int pitch, int image, int offs, int &width, int &height);
+ void drawMousePart(byte *dst, int pitch, int image, int offs, int &hotSpotX, int &hotSpotY);
void defineArrowBoxes(WindowBlock *window);
void removeArrows(WindowBlock *window, uint num);