From b7ea1133b43f3640f44dc3e5f3a3136f72729770 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 24 Aug 2014 21:42:02 -0400 Subject: ACCESS: Set hotspot for inventory item cursors to be their center --- engines/access/events.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/access/events.cpp b/engines/access/events.cpp index 15c8f8cff0..7366905b0c 100644 --- a/engines/access/events.cpp +++ b/engines/access/events.cpp @@ -56,7 +56,7 @@ void EventsManager::setCursor(CursorType cursorId) { if (cursorId == CURSOR_INVENTORY) { // Set the cursor CursorMan.replaceCursor(_invCursor.getPixels(), _invCursor.w, _invCursor.h, - 0, 0, 0); + _invCursor.w / 2, _invCursor.h / 2, 0); } else { // Get a pointer to the mouse data to use, and get the cursor hotspot const byte *srcP = Amazon::CURSORS[cursorId]; -- cgit v1.2.3