aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/star_control_sub27.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/star_control/star_control_sub27.h')
-rw-r--r--engines/titanic/star_control/star_control_sub27.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/engines/titanic/star_control/star_control_sub27.h b/engines/titanic/star_control/star_control_sub27.h
index 929544b815..311cf786c0 100644
--- a/engines/titanic/star_control/star_control_sub27.h
+++ b/engines/titanic/star_control/star_control_sub27.h
@@ -34,12 +34,13 @@ private:
* returns a vector on the proper point along the path to the destination
* with that same distance from the source.
*/
- void getVectorOnPath(FVector &v) const;
+ void getVectorOnPath(FVector &pos) const;
public:
virtual ~CStarControlSub27() {}
- virtual void proc2(FVector &v1, FVector &v2, FMatrix &m1, FMatrix &m2);
- virtual int proc5(CErrorCode &errorCode, FVector &v, FMatrix &m);
+ virtual void proc2(FVector &oldPos, FVector &newPos,
+ FMatrix &oldOrientation, FMatrix &newOrientation);
+ virtual int proc5(CErrorCode &errorCode, FVector &pos, FMatrix &orientation);
};
} // End of namespace Titanic