[Scummvm-cvs-logs] scummvm master -> 0657b7a072dc745b7290c159d73c1f6924886554

Strangerke Strangerke at scummvm.org
Sun Feb 16 22:59:22 CET 2014


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:
0657b7a072 TSAGE: Fix again #6507 - Regression introduced in a41db1939cdff632d16aa3849e23b844c46bafef


Commit: 0657b7a072dc745b7290c159d73c1f6924886554
    https://github.com/scummvm/scummvm/commit/0657b7a072dc745b7290c159d73c1f6924886554
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-02-16T13:57:52-08:00

Commit Message:
TSAGE: Fix again #6507 - Regression introduced in a41db1939cdff632d16aa3849e23b844c46bafef

Changed paths:
    engines/tsage/ringworld2/ringworld2_dialogs.cpp



diff --git a/engines/tsage/ringworld2/ringworld2_dialogs.cpp b/engines/tsage/ringworld2/ringworld2_dialogs.cpp
index adc0856..5da600a 100644
--- a/engines/tsage/ringworld2/ringworld2_dialogs.cpp
+++ b/engines/tsage/ringworld2/ringworld2_dialogs.cpp
@@ -322,6 +322,10 @@ void CharacterDialog::show() {
 
 		// Change to whichever scene the newly selected character is in
 		R2_GLOBALS._sceneManager.changeScene(R2_GLOBALS._player._characterScene[R2_GLOBALS._player._characterIndex]);
+
+		// Force the reset the current cursor
+		R2_GLOBALS._events.setCursor(CURSOR_USE);
+
 	} else
 		// Restore previous cursor
 		R2_GLOBALS._events.setCursor(cursorNum);






More information about the Scummvm-git-logs mailing list