[Scummvm-cvs-logs] scummvm master -> 350aeec6bbfc06fcb424156cc5fc4c226eb0734b

m-kiewitz m_kiewitz at users.sourceforge.net
Sat Feb 13 14:55:22 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:
350aeec6bb AGI: Apple IIgs time delay override SQ1 completed


Commit: 350aeec6bbfc06fcb424156cc5fc4c226eb0734b
    https://github.com/scummvm/scummvm/commit/350aeec6bbfc06fcb424156cc5fc4c226eb0734b
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-02-13T14:55:09+01:00

Commit Message:
AGI: Apple IIgs time delay override SQ1 completed

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 eab274c..e123e70 100644
--- a/engines/agi/appleIIgs_timedelay_overwrite.h
+++ b/engines/agi/appleIIgs_timedelay_overwrite.h
@@ -66,7 +66,7 @@ static const AgiAppleIIgsDelayOverwriteGameEntry appleIIgsDelayOverwriteGameTabl
 	{ GID_MH1,       -1, appleIIgsDelayOverwriteMH1 }, // NEEDS TESTING
 	{ GID_MIXEDUP,    2, nullptr }, // NEEDS TESTING
 	{ GID_PQ1,        2, nullptr }, // NEEDS TESTING
-	{ GID_SQ1,        2, nullptr }, // NEEDS TESTING
+	{ GID_SQ1,        2, nullptr }, // completed, no issues using these settings
 	{ GID_SQ2,        2, appleIIgsDelayOverwriteSQ2 }, // NEEDS TESTING
 	{ GID_AGIDEMO,   -1, nullptr }
 };






More information about the Scummvm-git-logs mailing list