[Scummvm-git-logs] scummvm master -> ab05b99b3f9eaed7fa6f7bd661430045e3ca8ed7
sev-
sev at scummvm.org
Tue Sep 29 17:23:40 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:
ab05b99b3f AGI: Mixedup 2gs - fix Jack and Jill cutscene (issue #11210)
Commit: ab05b99b3f9eaed7fa6f7bd661430045e3ca8ed7
https://github.com/scummvm/scummvm/commit/ab05b99b3f9eaed7fa6f7bd661430045e3ca8ed7
Author: Zvika Haramaty (haramaty.zvika at gmail.com)
Date: 2020-09-29T19:23:36+02:00
Commit Message:
AGI: Mixedup 2gs - fix Jack and Jill cutscene (issue #11210)
Changed paths:
engines/agi/appleIIgs_timedelay_overwrite.h
diff --git a/engines/agi/appleIIgs_timedelay_overwrite.h b/engines/agi/appleIIgs_timedelay_overwrite.h
index 06b94bf3fc..d6af463fb2 100644
--- a/engines/agi/appleIIgs_timedelay_overwrite.h
+++ b/engines/agi/appleIIgs_timedelay_overwrite.h
@@ -69,6 +69,12 @@ static const AgiAppleIIgsDelayOverwriteRoomEntry appleIIgsDelayOverwriteMH1[] =
{ -1, -1, -1, -1, false }
};
+static const AgiAppleIIgsDelayOverwriteRoomEntry appleIIgsDelayOverwriteMIXEDUP[] = {
+ { 1, 1, -1, 3, true }, // Jack and Jill cutscene (issue 11210)
+ { -1, -1, -1, -1, false }
+};
+
+
static const AgiAppleIIgsDelayOverwriteRoomEntry appleIIgsDelayOverwriteSQ2[] = {
{ 1, 1, -1, -1, false }, // Intro: space ship entering space port, don't touch speed
{ -1, -1, -1, -1, false }
@@ -83,7 +89,7 @@ static const AgiAppleIIgsDelayOverwriteGameEntry appleIIgsDelayOverwriteGameTabl
{ GID_KQ4, 2, appleIIgsDelayOverwriteKQ4 },
{ GID_LSL1, 2, nullptr }, // Switch Larry 1 to 10 cycles per second (that's around PC Larry 1's "normal" speed
{ GID_MH1, 2, appleIIgsDelayOverwriteMH1 },
- { GID_MIXEDUP, 2, nullptr },
+ { GID_MIXEDUP, 2, appleIIgsDelayOverwriteMIXEDUP },
{ GID_PQ1, 2, nullptr },
{ GID_SQ1, 2, nullptr }, // completed, no issues using these settings
{ GID_SQ2, 2, appleIIgsDelayOverwriteSQ2 },
More information about the Scummvm-git-logs
mailing list