diff options
author | Matthew Hoops | 2011-02-11 21:42:51 +0000 |
---|---|---|
committer | Matthew Hoops | 2011-02-11 21:42:51 +0000 |
commit | 0d19171ce50de617661bbb8fc5b0b855c74fc65b (patch) | |
tree | 133894ca1b9f62d7aee39561d3b09233c185f2ee | |
parent | 87ab737e6bc4b97950e83d981ef5828665ce9b72 (diff) | |
download | scummvm-rg350-0d19171ce50de617661bbb8fc5b0b855c74fc65b.tar.gz scummvm-rg350-0d19171ce50de617661bbb8fc5b0b855c74fc65b.tar.bz2 scummvm-rg350-0d19171ce50de617661bbb8fc5b0b855c74fc65b.zip |
SCI: Fix platform for the GK2 demo, videos will now play
svn-id: r55885
-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 4193984aaf..03ba568318 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -701,7 +701,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resource.map", 0, "e0effce11c4908f4b91838741716c83d", 1351}, {"resource.000", 0, "d04cfc7f04b6f74d13025378be49ec2b", 4640330}, AD_LISTEND}, - Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH }, + Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO, GUIO_NOSPEECH }, // Gabriel Knight 2 - English DOS (from jvprat) // Executable scanning reports "2.100.002", VERSION file reports "1.1" |