[Scummvm-cvs-logs] scummvm master -> 9b896e473e36f1738340d3e15f8feb1f105ae60d

Strangerke arnaud.boutonne at gmail.com
Tue May 10 23:52:13 CEST 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:
9b896e473e TSAGE: Fix a glitch in setCursor()


Commit: 9b896e473e36f1738340d3e15f8feb1f105ae60d
    https://github.com/scummvm/scummvm/commit/9b896e473e36f1738340d3e15f8feb1f105ae60d
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-05-10T14:51:20-07:00

Commit Message:
TSAGE: Fix a glitch in setCursor()

Changed paths:
    engines/tsage/events.cpp



diff --git a/engines/tsage/events.cpp b/engines/tsage/events.cpp
index bcfff9f..e51c5da 100644
--- a/engines/tsage/events.cpp
+++ b/engines/tsage/events.cpp
@@ -158,8 +158,8 @@ void EventsClass::setCursor(CursorType cursorType) {
 	uint size;
 
 	switch (cursorType) {
-	case CURSOR_CROSSHAIRS:
-		// Crosshairs cursor
+	case OBJECT_STUNNER:
+		// Stunner cursor
 		cursor = _resourceManager->getSubResource(4, 1, 6, &size);
 		_globals->setFlag(122);
 		break;






More information about the Scummvm-git-logs mailing list