mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
AGI: Add artificial delay for GR stagecoach path
This commit is contained in:
parent
22522196f4
commit
453a8ac11d
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user