[Scummvm-cvs-logs] scummvm master -> 453a8ac11d5b29d38d6c89cdc7ff2ae9775d7a25

m-kiewitz m_kiewitz at users.sourceforge.net
Fri Feb 19 15:29:05 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:
453a8ac11d AGI: Add artificial delay for GR stagecoach path


Commit: 453a8ac11d5b29d38d6c89cdc7ff2ae9775d7a25
    https://github.com/scummvm/scummvm/commit/453a8ac11d5b29d38d6c89cdc7ff2ae9775d7a25
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-02-19T15:28:34+01:00

Commit Message:
AGI: Add artificial delay for GR stagecoach path

Changed paths:
    engines/agi/agi.cpp



diff --git a/engines/agi/agi.cpp b/engines/agi/agi.cpp
index 5461efb..e9b96ee 100644
--- a/engines/agi/agi.cpp
+++ b/engines/agi/agi.cpp
@@ -634,6 +634,7 @@ void AgiEngine::artificialDelay_CycleDone() {
 
 //         script, description,                                       signature                   patch
 static const AgiArtificialDelayEntry artificialDelayTable[] = {
+	{ GID_GOLDRUSH,   Common::kPlatformApple2GS, ARTIFICIALDELAYTYPE_NEWROOM,     14,  21, 2200 }, // Stagecoach path: right after getting on it in Brooklyn
 	{ GID_PQ1,        Common::kPlatformApple2GS, ARTIFICIALDELAYTYPE_NEWPICTURE,   1,   2, 2200 }, // Intro: music track is supposed to finish before credits screen. Developers must have assumed that room loading would take that long.
 	{ GID_MH1,        Common::kPlatformApple2GS, ARTIFICIALDELAYTYPE_NEWPICTURE, 155, 183, 2200 }, // Happens, when hitting fingers at bar
 	{ GID_AGIDEMO,    Common::kPlatformUnknown,  ARTIFICIALDELAYTYPE_END,         -1,  -1,    0 }






More information about the Scummvm-git-logs mailing list