aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorBastien Bouclet2018-07-17 06:31:50 +0200
committerBastien Bouclet2018-07-17 06:31:50 +0200
commitd7f4cc93823eddc47453111370d9506bd64ec07d (patch)
treeaab51cebb8cbcb3fb295142c4925da945c6ba6ef /engines
parent4aa8993b0eafa195e797dc7add26a91226a1481a (diff)
downloadscummvm-rg350-d7f4cc93823eddc47453111370d9506bd64ec07d.tar.gz
scummvm-rg350-d7f4cc93823eddc47453111370d9506bd64ec07d.tar.bz2
scummvm-rg350-d7f4cc93823eddc47453111370d9506bd64ec07d.zip
MOHAWK: RIVEN: Fix white screen before a bad ending's credits
This was happening in the Polish version only. Fixes #10632.
Diffstat (limited to 'engines')
-rw-r--r--engines/mohawk/riven_stacks/ospit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/riven_stacks/ospit.cpp b/engines/mohawk/riven_stacks/ospit.cpp
index f44bc0d8ac..d01a0c0860 100644
--- a/engines/mohawk/riven_stacks/ospit.cpp
+++ b/engines/mohawk/riven_stacks/ospit.cpp
@@ -143,7 +143,7 @@ void OSpit::xbookclick(const ArgumentArray &args) {
// Run the credits from here.
if (_vm->_vars["agehn"] == 3) {
_vm->_scriptMan->stopAllScripts();
- runCredits(args[0], 5000, 0);
+ runCredits(args[0], 5000, 995);
return;
}