diff options
author | Joachim Eberhard | 2007-02-09 13:31:57 +0000 |
---|---|---|
committer | Joachim Eberhard | 2007-02-09 13:31:57 +0000 |
commit | a52b507bfcf9b7f4851536cb9dd7767de35c5bed (patch) | |
tree | 571d7061cb3d468232051bd40e20b3f348247ee0 /engines/agi | |
parent | c2876e4350f9c8b4bcf875c7105d01aa1c1dc1f6 (diff) | |
download | scummvm-rg350-a52b507bfcf9b7f4851536cb9dd7767de35c5bed.tar.gz scummvm-rg350-a52b507bfcf9b7f4851536cb9dd7767de35c5bed.tar.bz2 scummvm-rg350-a52b507bfcf9b7f4851536cb9dd7767de35c5bed.zip |
Correct entry for mh1
svn-id: r25447
Diffstat (limited to 'engines/agi')
-rw-r--r-- | engines/agi/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index 24d23721bf..88cc78b63a 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -859,7 +859,7 @@ static const AGIGameDescription gameDescriptions[] = { { "mh1", "1.06 3/18/89", - AD_ENTRY1("mhdir", "92c6183042d1c2bb76236236a7d7a847"), + AD_ENTRY1("dirs", "92c6183042d1c2bb76236236a7d7a847"), Common::EN_ANY, Common::kPlatformAmiga, }, |