aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/agi.cpp
diff options
context:
space:
mode:
authorMartin Kiewitz2016-02-19 15:28:34 +0100
committerMartin Kiewitz2016-02-19 15:28:34 +0100
commit453a8ac11d5b29d38d6c89cdc7ff2ae9775d7a25 (patch)
tree8a5d29321189ea477274d368fa0f8deb1cce0e6b /engines/agi/agi.cpp
parent22522196f409a1dd0a0cba202557f827e82ab501 (diff)
downloadscummvm-rg350-453a8ac11d5b29d38d6c89cdc7ff2ae9775d7a25.tar.gz
scummvm-rg350-453a8ac11d5b29d38d6c89cdc7ff2ae9775d7a25.tar.bz2
scummvm-rg350-453a8ac11d5b29d38d6c89cdc7ff2ae9775d7a25.zip
AGI: Add artificial delay for GR stagecoach path
Diffstat (limited to 'engines/agi/agi.cpp')
-rw-r--r--engines/agi/agi.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/agi/agi.cpp b/engines/agi/agi.cpp
index 5461efb5de..e9b96ee5cf 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 }