[Scummvm-git-logs] scummvm master -> fe1c3a8fe96ff14e8e9024570fe956ddb822e0ca

dreammaster dreammaster at scummvm.org
Fri Aug 25 23:21:54 CEST 2017


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:
fe1c3a8fe9 TITANIC: Correct cursor after ejecting cylinder in music system


Commit: fe1c3a8fe96ff14e8e9024570fe956ddb822e0ca
    https://github.com/scummvm/scummvm/commit/fe1c3a8fe96ff14e8e9024570fe956ddb822e0ca
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-08-25T17:21:46-04:00

Commit Message:
TITANIC: Correct cursor after ejecting cylinder in music system

Changed paths:
    engines/titanic/game/restaurant_cylinder_holder.cpp


diff --git a/engines/titanic/game/restaurant_cylinder_holder.cpp b/engines/titanic/game/restaurant_cylinder_holder.cpp
index 1a7d10f..9e608b2 100644
--- a/engines/titanic/game/restaurant_cylinder_holder.cpp
+++ b/engines/titanic/game/restaurant_cylinder_holder.cpp
@@ -111,7 +111,7 @@ bool CRestaurantCylinderHolder::MovieEndMsg(CMovieEndMsg *msg) {
 	} else {
 		_isOpen = true;
 		_dropEnabled = false;
-		_cursorId = findByName("Phonograph Cylinder") ? _dropCursorId : _dragCursorId;
+		_cursorId = findByName("Phonograph Cylinder", true) ? _dropCursorId : _dragCursorId;
 	}
 
 	CCylinderHolderReadyMsg holderMsg;





More information about the Scummvm-git-logs mailing list