[Scummvm-cvs-logs] scummvm master -> 02d00cb17f896362843adda508eba24c76750783

m-kiewitz m_kiewitz at users.sourceforge.net
Sat Feb 13 04:19:42 CET 2016


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:
02d00cb17f AGI: Apple IIgs time delay override KQ4 data added


Commit: 02d00cb17f896362843adda508eba24c76750783
    https://github.com/scummvm/scummvm/commit/02d00cb17f896362843adda508eba24c76750783
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-02-13T04:19:26+01:00

Commit Message:
AGI: Apple IIgs time delay override KQ4 data added

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 1f418d1..eab274c 100644
--- a/engines/agi/appleIIgs_timedelay_overwrite.h
+++ b/engines/agi/appleIIgs_timedelay_overwrite.h
@@ -37,6 +37,11 @@ struct AgiAppleIIgsDelayOverwriteGameEntry {
 	const AgiAppleIIgsDelayOverwriteRoomEntry *roomTable;
 };
 
+static const AgiAppleIIgsDelayOverwriteRoomEntry appleIIgsDelayOverwriteKQ4[] = {
+	{ 120, 121, -1 }, // Part of the intro: Graham gets his hat, throws it and breaks down, don't touch speed
+	{  -1,  -1, -1 }
+};
+
 static const AgiAppleIIgsDelayOverwriteRoomEntry appleIIgsDelayOverwriteMH1[] = {
 	{ 153, 153,  2 }, // Intro w/ credits
 	{ 104, 104,  2 }, // Intro cutscene
@@ -56,7 +61,7 @@ static const AgiAppleIIgsDelayOverwriteGameEntry appleIIgsDelayOverwriteGameTabl
 	{ GID_KQ1,        2, nullptr }, // NEEDS TESTING
 	// KQ2 seems to work fine at speed given by scripts (NEEDS FURTHER TESTING)
 	{ GID_KQ3,        2, nullptr }, // NEEDS TESTING
-	{ GID_KQ4,        2, nullptr }, // NEEDS TESTING
+	{ GID_KQ4,        2, appleIIgsDelayOverwriteKQ4 }, // NEEDS TESTING
 	{ GID_LSL1,       2, nullptr }, // Switch Larry 1 to 10 cycles per second (that's around PC Larry 1's "normal" speed
 	{ GID_MH1,       -1, appleIIgsDelayOverwriteMH1 }, // NEEDS TESTING
 	{ GID_MIXEDUP,    2, nullptr }, // NEEDS TESTING






More information about the Scummvm-git-logs mailing list