[Scummvm-cvs-logs] scummvm master -> 33859682ba273ce23504237c6b571d820276d1ae

dreammaster dreammaster at scummvm.org
Thu Dec 1 12:01:31 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
33859682ba TSAGE: Change the active cursor Id when R2R cursor is set


Commit: 33859682ba273ce23504237c6b571d820276d1ae
    https://github.com/scummvm/scummvm/commit/33859682ba273ce23504237c6b571d820276d1ae
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-12-01T02:54:36-08:00

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

Changed paths:
    engines/tsage/events.cpp



diff --git a/engines/tsage/events.cpp b/engines/tsage/events.cpp
index 7e2ab71..ac08997 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;
 	}






More information about the Scummvm-git-logs mailing list