From a7dd81060bc6f1d010d61d6fcf273e618acbb52e Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Wed, 19 Jul 2017 07:21:45 +0200 Subject: MOHAWK: Riven: Fix the ending movie looping in the Rebel age Fixes #9969. --- engines/mohawk/riven_stack.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') diff --git a/engines/mohawk/riven_stack.cpp b/engines/mohawk/riven_stack.cpp index d3c76edd82..2931383d07 100644 --- a/engines/mohawk/riven_stack.cpp +++ b/engines/mohawk/riven_stack.cpp @@ -188,6 +188,7 @@ void RivenStack::runEndGame(uint16 videoCode, uint32 delay) { RivenVideo *video = _vm->_video->openSlot(videoCode); video->enable(); video->play(); + video->setLooping(false); runCredits(videoCode, delay); } -- cgit v1.2.3