diff options
author | Filippos Karapetis | 2009-07-11 06:34:25 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-07-11 06:34:25 +0000 |
commit | 4f2b8579829d0f32345e6932814af54c181d2cd8 (patch) | |
tree | a4122f985914e4abf14f77b71baa10d0347fa174 /engines | |
parent | 0b47fa50aeed43fbd2643edbda293c1bd698f5c4 (diff) | |
download | scummvm-rg350-4f2b8579829d0f32345e6932814af54c181d2cd8.tar.gz scummvm-rg350-4f2b8579829d0f32345e6932814af54c181d2cd8.tar.bz2 scummvm-rg350-4f2b8579829d0f32345e6932814af54c181d2cd8.zip |
Removed an invalid detection entry
svn-id: r42373
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index a80baf182e..566d82405a 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -800,16 +800,6 @@ static const struct SciGameDescription SciGameDescriptions[] = { }, #endif // ENABLE_SCI32 - // Hoyle 1 - English DOS Non-Interactive Demo - {{"hoyle1", "Demo", { - {"resource.map", 0, "60f764020a6b788bbbe415dbc2ccb9f3", 931}, - {"resource.000", 0, "5fe3670e3ddcd4f85c10013b5453141a", 615522}, - {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH}, - GF_FOR_SCI0_BEFORE_629, - SCI_VERSION_AUTODETECT, - SCI_VERSION_0 - }, - // Hoyle 1 - English DOS (supplied by wibble92 in bug report #2644547) // SCI interpreter version 0.000.530 {{"hoyle1", "", { |