From cb3f8f35dbfe6bc4e976f3da8d77d81746c96919 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 5 Jun 2017 20:34:11 -0400 Subject: TITANIC: Rewrite of lockMarker2 --- engines/titanic/star_control/camera_mover.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/titanic/star_control/camera_mover.h') diff --git a/engines/titanic/star_control/camera_mover.h b/engines/titanic/star_control/camera_mover.h index b9c336294a..ef5f3555e7 100644 --- a/engines/titanic/star_control/camera_mover.h +++ b/engines/titanic/star_control/camera_mover.h @@ -72,8 +72,8 @@ public: */ virtual void stop(); - virtual void proc8(FVector &oldPos, FVector &newPos, - FMatrix &oldOrientation, FMatrix &newOrientation) {} + virtual void proc8(const FVector &oldPos, const FVector &newPos, + const FMatrix &oldOrientation, const FMatrix &newOrientation) {} /** * Start a movement to a given specified destination -- cgit v1.2.3