diff options
author | Joachim Eberhard | 2007-02-12 10:58:07 +0000 |
---|---|---|
committer | Joachim Eberhard | 2007-02-12 10:58:07 +0000 |
commit | 611d1a018e7fe7d50c9e8e9b76fe3d2cb581c757 (patch) | |
tree | 7afc7a35c96fb61bf089b3fcb8a6a30d13e5506f /engines/agi | |
parent | c1a735dee51838790603db12957bfc8f28768688 (diff) | |
download | scummvm-rg350-611d1a018e7fe7d50c9e8e9b76fe3d2cb581c757.tar.gz scummvm-rg350-611d1a018e7fe7d50c9e8e9b76fe3d2cb581c757.tar.bz2 scummvm-rg350-611d1a018e7fe7d50c9e8e9b76fe3d2cb581c757.zip |
autodistinguish sq2 2.0F dos+amiga
svn-id: r25516
Diffstat (limited to 'engines/agi')
-rw-r--r-- | engines/agi/detection.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index f037fcde0b..e482bbcb28 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -1306,7 +1306,11 @@ static const AGIGameDescription gameDescriptions[] = { { "sq2", "2.0F 1986-12-09 [VOL.2->PICTURE.16 broken]", - AD_ENTRY1("logdir", "28add5125484302d213911df60d2aded"), + { + { "logdir", 0, "28add5125484302d213911df60d2aded", 426}, + { "object", 0, "5dc52be721257719f4b311a84ce22b16", 372}, + { NULL, 0, NULL, 0} + }, Common::EN_ANY, Common::kPlatformAmiga, }, |