Skip to content

Commit

Permalink
TITANIC: Locking onto first marker is now working
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jun 4, 2017
1 parent 44fce15 commit f6dc363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/titanic/star_control/dmatrix.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit f6dc363

Please sign in to comment.