From ef42fd3476eb5da3a832d09b35e1cf539f8c2b95 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Fri, 14 Jul 2017 19:45:23 +0200 Subject: MOHAWK: Riven: Implement transition offsets The games tries to match objects between the old and new card by offsetting the transition of the new card. Fixes #9947. --- engines/mohawk/riven_graphics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/mohawk/riven_graphics.h') diff --git a/engines/mohawk/riven_graphics.h b/engines/mohawk/riven_graphics.h index bdc1a2a0c0..62c48d1a9e 100644 --- a/engines/mohawk/riven_graphics.h +++ b/engines/mohawk/riven_graphics.h @@ -131,6 +131,7 @@ private: RivenTransitionMode _transitionMode; uint _transitionFrames; uint _transitionDuration; + int16 _transitionOffset; // Screen Related Graphics::Surface *_mainScreen; -- cgit v1.2.3