aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/marked_auto_mover.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/star_control/marked_auto_mover.h')
-rw-r--r--engines/titanic/star_control/marked_auto_mover.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/engines/titanic/star_control/marked_auto_mover.h b/engines/titanic/star_control/marked_auto_mover.h
index 5127496241..856df99c03 100644
--- a/engines/titanic/star_control/marked_auto_mover.h
+++ b/engines/titanic/star_control/marked_auto_mover.h
@@ -41,9 +41,13 @@ private:
public:
virtual ~CMarkedAutoMover() {}
- virtual void proc2(const FVector &oldPos, const FVector &newPos,
+ virtual void setPath2(const FVector &oldPos, const FVector &newPos,
const FMatrix &oldOrientation, const FMatrix &newOrientation);
- virtual int proc5(CErrorCode &errorCode, FVector &pos, FMatrix &orientation);
+
+ /**
+ * Applys speeds to the mover. More than one application is usually done for several transitions
+ */
+ virtual MoverState move(CErrorCode &errorCode, FVector &pos, FMatrix &orientation);
};
} // End of namespace Titanic