[Scummvm-git-logs] scummvm master -> 76e3936a8206df135ddb3d1a2fcf98fa5c683183

dreammaster dreammaster at scummvm.org
Sun Jun 25 04:33:06 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:
76e3936a82 TITANIC: Fix saving bass direction state onto music cylinders


Commit: 76e3936a8206df135ddb3d1a2fcf98fa5c683183
    https://github.com/scummvm/scummvm/commit/76e3936a8206df135ddb3d1a2fcf98fa5c683183
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-06-24T22:32:50-04:00

Commit Message:
TITANIC: Fix saving bass direction state onto music cylinders

Changed paths:
    engines/titanic/carry/phonograph_cylinder.cpp


diff --git a/engines/titanic/carry/phonograph_cylinder.cpp b/engines/titanic/carry/phonograph_cylinder.cpp
index fa260ef..45cca37 100644
--- a/engines/titanic/carry/phonograph_cylinder.cpp
+++ b/engines/titanic/carry/phonograph_cylinder.cpp
@@ -159,6 +159,8 @@ bool CPhonographCylinder::RecordOntoCylinderMsg(CRecordOntoCylinderMsg *msg) {
 	_bassPitchControl = queryMsg._value;
 	queryMsg.execute("Bass Inversion Control");
 	_bassInversionControl = queryMsg._value;
+	queryMsg.execute("Bass Direction Control");
+	_bassDirectionControl = queryMsg._value;
 
 	return true;
 }





More information about the Scummvm-git-logs mailing list