diff options
author | Travis Howell | 2009-05-02 13:14:10 +0000 |
---|---|---|
committer | Travis Howell | 2009-05-02 13:14:10 +0000 |
commit | 7740f5d322794f2bc1308ef35c8bef13ae1bbb2a (patch) | |
tree | 9ed592f1f54eb2c55805477219e8580c1b29e4ef | |
parent | 8225e4f84b5a100a273412176486bd20d9621a4d (diff) | |
download | scummvm-rg350-7740f5d322794f2bc1308ef35c8bef13ae1bbb2a.tar.gz scummvm-rg350-7740f5d322794f2bc1308ef35c8bef13ae1bbb2a.tar.bz2 scummvm-rg350-7740f5d322794f2bc1308ef35c8bef13ae1bbb2a.zip |
Add English DOS demo of Space Quest 3.
svn-id: r40241
-rw-r--r-- | engines/sci/detection.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index 9960b7e0d6..1bc20ee792 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -2358,6 +2358,16 @@ static const struct SciGameDescription SciGameDescriptions[] = { SCI_VERSION(1, 000, 784) // got 1.004.006 by executable scan }, + // Space Quest 3 - English DOS Demo + {{"sq3", "", { + {"resource.map", 0, "ec66ac2b1ce58b2575ba00b65058de1a", 612}, + {"resource.001", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 180245}, + {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0}, + {}, + SCI_VERSION_AUTODETECT, + SCI_VERSION(0, 000, 453) + }, + // Space Quest 3 - English DOS (provided by richiefs in bug report #2670691) {{"sq3", "", { {"resource.map", 0, "fee82d211c3918a90ce3b476d3dbb245", 5484}, |