diff options
author | Filippos Karapetis | 2010-07-30 07:05:40 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-07-30 07:05:40 +0000 |
commit | 7c190074c19c500533619246069f22d997ddbbaf (patch) | |
tree | 906930d930e6be6a73611decbb03debd1cf65e2e | |
parent | c77eefad2481320f59f015b81abb59d67d997556 (diff) | |
download | scummvm-rg350-7c190074c19c500533619246069f22d997ddbbaf.tar.gz scummvm-rg350-7c190074c19c500533619246069f22d997ddbbaf.tar.bz2 scummvm-rg350-7c190074c19c500533619246069f22d997ddbbaf.zip |
SCI: Added PQ2 1.001.006 from bug report #3028479
svn-id: r51498
-rw-r--r-- | engines/sci/detection_tables.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index da3763b236..3e47031c49 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2076,6 +2076,15 @@ static const struct ADGameDescription SciGameDescriptions[] = { {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, + // Police Quest 2 English DOS 1.001.006 (supplied by merkur-kun in bug report #3028479) + {"pq2", "", { + {"resource.map", 0, "8e1161c684b342742d30f938a4839a4b", 4518}, + {"resource.001", 0, "77f02def3094af804fd2371db25b7100", 506563}, + {"resource.002", 0, "77f02def3094af804fd2371db25b7100", 541261}, + {"resource.003", 0, "77f02def3094af804fd2371db25b7100", 587511}, + {NULL, 0, NULL, 0}}, + Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, + // Police Quest 2 - Japanese PC-98 // SCI interpreter version unknown {"pq2", "", { |