diff options
author | Matthew Hoops | 2009-10-25 00:13:08 +0000 |
---|---|---|
committer | Matthew Hoops | 2009-10-25 00:13:08 +0000 |
commit | 9b6f2be526f8fee3c2451d2f180f70ee4e976f4e (patch) | |
tree | 7f9355e81db44bb328f945a4da637914aeecce2d | |
parent | 56181a475cd754d5a9e7f3936341964e137bbd36 (diff) | |
download | scummvm-rg350-9b6f2be526f8fee3c2451d2f180f70ee4e976f4e.tar.gz scummvm-rg350-9b6f2be526f8fee3c2451d2f180f70ee4e976f4e.tar.bz2 scummvm-rg350-9b6f2be526f8fee3c2451d2f180f70ee4e976f4e.zip |
Mark Jones CD with the CD flag and add CD in the extras field.
svn-id: r45365
-rw-r--r-- | engines/sci/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 4eb87fc121..44d0e4bff4 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -735,11 +735,11 @@ static const struct ADGameDescription SciGameDescriptions[] = { Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, // Jones in the Fast Lane - English DOS CD - {"jones", "", { + {"jones", "CD", { {"resource.map", 0, "459f5b04467bc2107aec02f5c4b71b37", 4878}, {"resource.001", 0, "3876da2ce16fb7dea2f5d943d946fa84", 1652150}, {NULL, 0, NULL, 0}}, - Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NONE }, + Common::EN_ANY, Common::kPlatformPC, ADGF_CD, GUIO_NONE }, // King's Quest 1 SCI Remake - English Amiga (from www.back2roots.org) // Executable scanning reports "1.003.007" |