aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/star_control_sub22.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/star_control/star_control_sub22.h')
-rw-r--r--engines/titanic/star_control/star_control_sub22.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/titanic/star_control/star_control_sub22.h b/engines/titanic/star_control/star_control_sub22.h
index 5a597ef50e..dbb644bc01 100644
--- a/engines/titanic/star_control/star_control_sub22.h
+++ b/engines/titanic/star_control/star_control_sub22.h
@@ -36,7 +36,11 @@ public:
virtual ~CStarControlSub22() {}
virtual void proc8(FVector &v1, FVector &v2, FMatrix &m1, FMatrix &m2);
- virtual void proc11(CErrorCode &errorCode, FVector &v, FMatrix &m);
+
+ /**
+ * Update the passed position and orientation matrix
+ */
+ virtual void updatePosition(CErrorCode &errorCode, FVector &pos, FMatrix &orientation);
};
} // End of namespace Titanic