diff options
author | Matthew Hoops | 2010-07-27 20:11:00 +0000 |
---|---|---|
committer | Matthew Hoops | 2010-07-27 20:11:00 +0000 |
commit | b12424741cae1821ce1b5115ce38591177d8c1af (patch) | |
tree | 5bdb5a28d9398fb3733a5ef7a95dc0ac67119bb9 | |
parent | 20ced61f2823b7a90724ea5c73f26f320467de1a (diff) | |
download | scummvm-rg350-b12424741cae1821ce1b5115ce38591177d8c1af.tar.gz scummvm-rg350-b12424741cae1821ce1b5115ce38591177d8c1af.tar.bz2 scummvm-rg350-b12424741cae1821ce1b5115ce38591177d8c1af.zip |
SCI: The mothergoose demo is really for Windows, so make that the platform
svn-id: r51387
-rw-r--r-- | engines/sci/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index b0c9ab6cf2..dd35613c2c 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -1906,7 +1906,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resource.map", 0, "87f9dc1cafc4d4fa835fb2f00cf3a6ef", 4560}, {"resource.001", 0, "5a0ed1d745855148364de1b3be099bac", 2070072}, {NULL, 0, NULL, 0}}, - Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH + Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO, GUIO_NOSPEECH }, #ifdef ENABLE_SCI32 |