[Scummvm-git-logs] scummvm master -> 0331fab01b021160fd8aea6d7ef491c42f8a869d
dreammaster
dreammaster at scummvm.org
Thu Jun 8 03:28:25 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:
0331fab01b TITANIC: Fix rotating starview when 2 markers are locked in
Commit: 0331fab01b021160fd8aea6d7ef491c42f8a869d
https://github.com/scummvm/scummvm/commit/0331fab01b021160fd8aea6d7ef491c42f8a869d
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-06-07T21:28:15-04:00
Commit Message:
TITANIC: Fix rotating starview when 2 markers are locked in
Changed paths:
engines/titanic/star_control/star_camera.cpp
diff --git a/engines/titanic/star_control/star_camera.cpp b/engines/titanic/star_control/star_camera.cpp
index 7678ba4..93aee9e 100644
--- a/engines/titanic/star_control/star_camera.cpp
+++ b/engines/titanic/star_control/star_camera.cpp
@@ -320,7 +320,7 @@ void CStarCamera::setViewportAngle(const FPoint &angles) {
tempV7._y = m3._row3._y * 1000000.0 + tempV3._y;
tempV7._x = m3._row3._x * 1000000.0 + tempV3._x;
- mrow3 = tempV8;
+ mrow3 = tempV8 = tempV7;
tempV3 = tempV3.fn1(subX);
mrow1 = mrow1.fn1(subX);
mrow2 = mrow2.fn1(subX);
More information about the Scummvm-git-logs
mailing list