From 9e545df252e92a13bc135e0733d5a3148d6220a6 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 25 Jul 2015 14:24:05 -0400 Subject: SHERLOCK: RT: Generalise code for joining cursor and images as a cursor --- engines/sherlock/events.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock/events.h') diff --git a/engines/sherlock/events.h b/engines/sherlock/events.h index 9718a30fd3..15724ad60f 100644 --- a/engines/sherlock/events.h +++ b/engines/sherlock/events.h @@ -83,7 +83,7 @@ public: /** * Set both a standard cursor as well as an inventory item above it */ - void setCursor(CursorId cursorId, const Graphics::Surface &surface); + void setCursor(CursorId cursorId, const Common::Point &cursorPos, const Graphics::Surface &surface); /** * Animates the mouse cursor if the Wait cursor is showing -- cgit v1.2.3