diff options
author | Paul Gilbert | 2017-04-16 18:16:08 -0400 |
---|---|---|
committer | Paul Gilbert | 2017-04-16 18:16:08 -0400 |
commit | 3877a0642b5fa5a9471dda2c9eb25a575fdfc3ae (patch) | |
tree | ffc8736b1630636bc6b3b5e74ff657642b81cdd3 /engines/titanic/star_control/star_control_sub21.h | |
parent | 4fae7c8e78ad85547ed0b573e59a00774889e286 (diff) | |
download | scummvm-rg350-3877a0642b5fa5a9471dda2c9eb25a575fdfc3ae.tar.gz scummvm-rg350-3877a0642b5fa5a9471dda2c9eb25a575fdfc3ae.tar.bz2 scummvm-rg350-3877a0642b5fa5a9471dda2c9eb25a575fdfc3ae.zip |
TITANIC: Renamings for mover position updates
Diffstat (limited to 'engines/titanic/star_control/star_control_sub21.h')
-rw-r--r-- | engines/titanic/star_control/star_control_sub21.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/titanic/star_control/star_control_sub21.h b/engines/titanic/star_control/star_control_sub21.h index 4ebf823fd3..bf1b050756 100644 --- a/engines/titanic/star_control/star_control_sub21.h +++ b/engines/titanic/star_control/star_control_sub21.h @@ -37,7 +37,11 @@ public: virtual void moveTo(const FVector &srcV, const FVector &destV, const FMatrix &srcM); virtual void proc10(const FVector &v1, const FVector &v2, const FVector &v3, const FMatrix &m); - 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 |