From d7f4cc93823eddc47453111370d9506bd64ec07d Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Tue, 17 Jul 2018 06:31:50 +0200 Subject: MOHAWK: RIVEN: Fix white screen before a bad ending's credits This was happening in the Polish version only. Fixes #10632. --- engines/mohawk/riven_stacks/ospit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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; } -- cgit v1.2.3