From 04598dd5adbafcc6821dfc9f2927457fc20a3c7c Mon Sep 17 00:00:00 2001 From: David Fioramonti Date: Mon, 21 Aug 2017 15:35:34 -0700 Subject: TITANIC: Named some functions in fvector --- engines/titanic/star_control/fmatrix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/star_control/fmatrix.cpp') diff --git a/engines/titanic/star_control/fmatrix.cpp b/engines/titanic/star_control/fmatrix.cpp index 470569c88d..e633db5dd0 100644 --- a/engines/titanic/star_control/fmatrix.cpp +++ b/engines/titanic/star_control/fmatrix.cpp @@ -124,7 +124,7 @@ void FMatrix::set(const DVector &row1, const DVector &row2, const DVector &row3) void FMatrix::set(const FVector &v) { _row3 = v; - _row2 = _row3.fn1(); + _row2 = _row3.swapComponents(); _row1 = _row3.crossProduct(_row2); -- cgit v1.2.3