TSAGE: Change the active cursor Id when R2R cursor is set

This commit is contained in:
Paul Gilbert 2011-12-01 21:54:36 +11:00
parent cad52b2cd1
commit 33859682ba

View File

@ -268,6 +268,7 @@ void EventsClass::setCursor(CursorType cursorType) {
case SHADECURSOR_UP:
case SHADECURSOR_DOWN:
case SHADECURSOR_HAND:
_currentCursor = cursorType;
cursor = g_resourceManager->getSubResource(5, 1, cursorType - R2CURSORS_START, &size);
break;
}