aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/agi.cpp
diff options
context:
space:
mode:
authorMartin Kiewitz2016-02-18 16:55:49 +0100
committerMartin Kiewitz2016-02-18 16:55:49 +0100
commited92ccde23e847123d8a6bd8cb330378b9f5d939 (patch)
tree716c1d094aa431f8bf30fdc8db1b0f2a81fd0187 /engines/agi/agi.cpp
parent22b453c4b2621eb9b6edc1b759e6406c923f20c2 (diff)
downloadscummvm-rg350-ed92ccde23e847123d8a6bd8cb330378b9f5d939.tar.gz
scummvm-rg350-ed92ccde23e847123d8a6bd8cb330378b9f5d939.tar.bz2
scummvm-rg350-ed92ccde23e847123d8a6bd8cb330378b9f5d939.zip
AGI: Apple IIgs time delay override MH1 completed
+ Disable hide.mouse for MH1 Apple IIgs
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 fdfb5dd644..4b344c07eb 100644
--- a/engines/agi/agi.cpp
+++ b/engines/agi/agi.cpp
@@ -633,6 +633,7 @@ void AgiEngine::artificialDelay_CycleDone() {
// script, description, signature patch
static const AgiArtificialDelayEntry artificialDelayTable[] = {
{ 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 }
};