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

athrxx athrxx at scummvm.org
Fri Jul 31 19:59:33 UTC 2020


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:
b9c8543414 KYRA: (EOB/SegaCD)- fix Keirgar sequence glitch


Commit: b9c8543414de212bd59fedbab526a98caed32b0d
    https://github.com/scummvm/scummvm/commit/b9c8543414de212bd59fedbab526a98caed32b0d
Author: athrxx (athrxx at scummvm.org)
Date: 2020-07-31T21:58:35+02:00

Commit Message:
KYRA: (EOB/SegaCD)- fix Keirgar sequence glitch

Changed paths:
    engines/kyra/engine/eob.cpp


diff --git a/engines/kyra/engine/eob.cpp b/engines/kyra/engine/eob.cpp
index 3df68adee6..7527fdf76e 100644
--- a/engines/kyra/engine/eob.cpp
+++ b/engines/kyra/engine/eob.cpp
@@ -563,7 +563,7 @@ void EoBEngine::runNpcDialogue(int npcIndex) {
 		if (r < 2) {
 			if (r == 0)
 				JOIN(8, 27, 44, 45);
-			else
+			else if (_flags.platform != Common::kPlatformSegaCD)
 				TXT(31);
 			setScriptFlags(0x4000000);
 		}




More information about the Scummvm-git-logs mailing list