aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2011-12-01 21:54:36 +1100
committerPaul Gilbert2011-12-01 21:54:36 +1100
commit33859682ba273ce23504237c6b571d820276d1ae (patch)
tree0d76fbee3f89a537e285f44b7536eb936273da59
parentcad52b2cd1713b925b5ec0d6750782af2c35ff85 (diff)
downloadscummvm-rg350-33859682ba273ce23504237c6b571d820276d1ae.tar.gz
scummvm-rg350-33859682ba273ce23504237c6b571d820276d1ae.tar.bz2
scummvm-rg350-33859682ba273ce23504237c6b571d820276d1ae.zip
TSAGE: Change the active cursor Id when R2R cursor is set
-rw-r--r--engines/tsage/events.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tsage/events.cpp b/engines/tsage/events.cpp
index 7e2ab71f38..ac08997563 100644
--- a/engines/tsage/events.cpp
+++ b/engines/tsage/events.cpp
@@ -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;
}