aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/events.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2013-09-17 21:31:33 -0400
committerPaul Gilbert2013-09-17 21:31:33 -0400
commit7b50481082e67a046e82516dc9d83e444f391a85 (patch)
tree6f6c68a9d9465e04a0ba8fc2c4fbb7404560abab /engines/tsage/events.cpp
parented865856dc1b486c52e0a22ae6d39f686e9a79ab (diff)
downloadscummvm-rg350-7b50481082e67a046e82516dc9d83e444f391a85.tar.gz
scummvm-rg350-7b50481082e67a046e82516dc9d83e444f391a85.tar.bz2
scummvm-rg350-7b50481082e67a046e82516dc9d83e444f391a85.zip
TSAGE: Fixes and renaming for R2R Hall of Records and Crevasse
Diffstat (limited to 'engines/tsage/events.cpp')
-rw-r--r--engines/tsage/events.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/tsage/events.cpp b/engines/tsage/events.cpp
index ac6ce0bf8e..d2d8464763 100644
--- a/engines/tsage/events.cpp
+++ b/engines/tsage/events.cpp
@@ -271,6 +271,11 @@ void EventsClass::setCursor(CursorType cursorType) {
_currentCursor = cursorType;
cursor = g_resourceManager->getSubResource(5, 1, cursorType - R2CURSORS_START, &size);
break;
+
+ case R2_CURSOR_ROPE:
+ _currentCursor = cursorType;
+ cursor = g_resourceManager->getSubResource(5, 4, 1, &size);
+ break;
}
// Decode the cursor