[Scummvm-git-logs] scummvm master -> d7f4cc93823eddc47453111370d9506bd64ec07d

bgK bastien.bouclet at gmail.com
Tue Jul 17 06:36:40 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d7f4cc9382 MOHAWK: RIVEN: Fix white screen before a bad ending's credits


Commit: d7f4cc93823eddc47453111370d9506bd64ec07d
    https://github.com/scummvm/scummvm/commit/d7f4cc93823eddc47453111370d9506bd64ec07d
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2018-07-17T06:31:50+02:00

Commit Message:
MOHAWK: RIVEN: Fix white screen before a bad ending's credits

This was happening in the Polish version only.

Fixes #10632.

Changed paths:
    engines/mohawk/riven_stacks/ospit.cpp


diff --git a/engines/mohawk/riven_stacks/ospit.cpp b/engines/mohawk/riven_stacks/ospit.cpp
index f44bc0d..d01a0c0 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;
 	}
 





More information about the Scummvm-git-logs mailing list