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

dreammaster dreammaster at scummvm.org
Sun Jun 4 04:35:56 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:
f6dc363ba8 TITANIC: Locking onto first marker is now working


Commit: f6dc363ba8b215adfce8ed346dfecade0a5af451
    https://github.com/scummvm/scummvm/commit/f6dc363ba8b215adfce8ed346dfecade0a5af451
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-06-03T22:35:45-04:00

Commit Message:
TITANIC: Locking onto first marker is now working

Changed paths:
    engines/titanic/star_control/dmatrix.cpp


diff --git a/engines/titanic/star_control/dmatrix.cpp b/engines/titanic/star_control/dmatrix.cpp
index ad63bb0..296851b 100644
--- a/engines/titanic/star_control/dmatrix.cpp
+++ b/engines/titanic/star_control/dmatrix.cpp
@@ -150,7 +150,7 @@ DMatrix DMatrix::fn1() const {
 	double val7 = val2 + val1;
 	assert(!(val7 == 0.0 || fabs(val7 / (val1 - val2)) < 1.0e-10));
 
-	double val8 = val1;
+	double val8 = _row3._z * _row2._y;
 	double val9 = 1.0 / val7;
 
 	DMatrix m;





More information about the Scummvm-git-logs mailing list