diff options
author | Martin Kiewitz | 2010-08-11 14:28:23 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-08-11 14:28:23 +0000 |
commit | f242451da1b3b631f8f26d6f21a5726e438ff806 (patch) | |
tree | e039c7d8f2f2ab31a3679a379b9f491858cd05e0 /engines | |
parent | 3d56859fc9ca988531db98846e840ee1a4114dac (diff) | |
download | scummvm-rg350-f242451da1b3b631f8f26d6f21a5726e438ff806.tar.gz scummvm-rg350-f242451da1b3b631f8f26d6f21a5726e438ff806.tar.bz2 scummvm-rg350-f242451da1b3b631f8f26d6f21a5726e438ff806.zip |
SCI: cleanup of slater detection entries
svn-id: r51982
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index f947b2bf37..7274e9b881 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2554,17 +2554,6 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, -#endif - - // Slater & Charlie Go Camping - English DOS/Windows - {"slater", "", { - {"resource.000", 0, "1846b57fe84774be72f7c50ab3c90df0", 2256126}, - {"resource.map", 0, "21f85414124dc23e54544a5536dc35cd", 4044}, - {"resource.msg", 0, "c44f51fb955eae266fecf360ebcd5ad2", 1132}, - AD_LISTEND}, - Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, - -#ifdef ENABLE_SCI32 // RAMA - English DOS/Windows Demo // Executable scanning reports "2.100.002", VERSION file reports "000.000.008" {"rama", "Demo", { @@ -2660,6 +2649,14 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH }, + // Slater & Charlie Go Camping - English DOS/Windows + {"slater", "", { + {"resource.000", 0, "1846b57fe84774be72f7c50ab3c90df0", 2256126}, + {"resource.map", 0, "21f85414124dc23e54544a5536dc35cd", 4044}, + {"resource.msg", 0, "c44f51fb955eae266fecf360ebcd5ad2", 1132}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, + // Space Quest 1 VGA Remake - English Amiga (from www.back2roots.org) // SCI interpreter version 1.000.510 (just a guess) {"sq1sci", "VGA Remake", { |