NANCY: Set correct cursor when hovering a UI element

Set the correct ID for the cursor that displays when hovering a
clickable UI element.
This commit is contained in:
Kaloyan Chehlarski 2021-04-29 15:20:05 +03:00
parent 6abc61edf7
commit 3dd19a47e1

View file

@ -81,7 +81,7 @@ void CursorManager::setCursor(CursorType type, int16 itemID) {
_curCursorID = 4; _curCursorID = 4;
break; break;
case kHotspotArrow: case kHotspotArrow:
_curCursorID = 6; _curCursorID = 5;
break; break;
default: { default: {
uint itemsOffset = 0; uint itemsOffset = 0;