diff options
author | Martin Kiewitz | 2010-08-11 14:16:08 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-08-11 14:16:08 +0000 |
commit | 3d56859fc9ca988531db98846e840ee1a4114dac (patch) | |
tree | 5df28eed74a774e857abee558e1e788ae69ef03f | |
parent | fa5157deeabfb3cedc07042b458e84794d720e62 (diff) | |
download | scummvm-rg350-3d56859fc9ca988531db98846e840ee1a4114dac.tar.gz scummvm-rg350-3d56859fc9ca988531db98846e840ee1a4114dac.tar.bz2 scummvm-rg350-3d56859fc9ca988531db98846e840ee1a4114dac.zip |
SCI: fixing slater&charlie go camping entry
bug #3042547
svn-id: r51981
-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 0614eff6e6..f947b2bf37 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2556,13 +2556,13 @@ static const struct ADGameDescription SciGameDescriptions[] = { #endif - // Slater & Charlie go camping + // 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::kPlatformWindows, ADGF_DEMO, GUIO_NOSPEECH }, + Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, #ifdef ENABLE_SCI32 // RAMA - English DOS/Windows Demo |