diff options
-rw-r--r-- | engines/mohawk/riven_stack.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |