aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_graphics.cpp
diff options
context:
space:
mode:
authorBastien Bouclet2017-07-08 18:55:06 +0200
committerBastien Bouclet2017-07-09 06:55:10 +0200
commitefcbe6575717764207f017e16c58d2c493a78939 (patch)
tree61a077ade4d065ecef2a72c4a9f5c7dd3a9bd9c2 /engines/mohawk/riven_graphics.cpp
parentbcd027cf6471207dc1724646de94b32d10252a31 (diff)
downloadscummvm-rg350-efcbe6575717764207f017e16c58d2c493a78939.tar.gz
scummvm-rg350-efcbe6575717764207f017e16c58d2c493a78939.tar.bz2
scummvm-rg350-efcbe6575717764207f017e16c58d2c493a78939.zip
MOHAWK: Riven: Fix ending video not playing when using the trap book
Fixes #9911.
Diffstat (limited to 'engines/mohawk/riven_graphics.cpp')
-rw-r--r--engines/mohawk/riven_graphics.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/mohawk/riven_graphics.cpp b/engines/mohawk/riven_graphics.cpp
index d152419661..824372a808 100644
--- a/engines/mohawk/riven_graphics.cpp
+++ b/engines/mohawk/riven_graphics.cpp
@@ -633,7 +633,6 @@ void RivenGraphics::updateCredits() {
// Now flush the new screen
_vm->_system->copyRectToScreen(_mainScreen->getPixels(), _mainScreen->pitch, 0, 0, _mainScreen->w, _mainScreen->h);
- _vm->_system->updateScreen();
}
}