diff options
author | Filippos Karapetis | 2019-10-05 15:45:02 +0300 |
---|---|---|
committer | Filippos Karapetis | 2019-10-05 15:45:02 +0300 |
commit | a3f6b942512d332fafa6d00aa7d1f75cc7a776dd (patch) | |
tree | da7d64985870e6491d7a4f0077050386a39df4d0 /engines | |
parent | 665e38f4fbdb05eb68004c4ac4f37d96e2d045f4 (diff) | |
download | scummvm-rg350-a3f6b942512d332fafa6d00aa7d1f75cc7a776dd.tar.gz scummvm-rg350-a3f6b942512d332fafa6d00aa7d1f75cc7a776dd.tar.bz2 scummvm-rg350-a3f6b942512d332fafa6d00aa7d1f75cc7a776dd.zip |
SCI32: Add the French version of PQ:SWAT (bug #11100)
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index f279f9a08a..b5b005076d 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -3747,6 +3747,20 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformDOS, ADGF_UNSTABLE, GUIO_PQSWAT }, + // Police Quest: SWAT - French 1.100 DOS/Windows + // Reported by e-Scarlatti in bug #11100 + {"pqswat", "", { + {"resmap.001", 0, "10abf5d5571f23685604e6d833250ddf", 10066}, + {"ressci.001", 0, "b2bd962abeb3c1239773fdf7a530231c", 29529649}, + {"resmap.002", 0, "89c20793199107e78354c6ce7a284b07", 9490}, + {"ressci.002", 0, "b2bd962abeb3c1239773fdf7a530231c", 31853152}, + {"resmap.003", 0, "4f4ba573934b1d27d3e4f31116d1d6d9", 9880}, + {"ressci.003", 0, "b2bd962abeb3c1239773fdf7a530231c", 46769998}, + {"resmap.004", 0, "93c7638e131b28a251985c5114b14838", 10162}, + {"ressci.004", 0, "b2bd962abeb3c1239773fdf7a530231c", 50998883}, + AD_LISTEND}, + Common::FR_FRA, Common::kPlatformDOS, ADGF_UNSTABLE, GUIO_PQSWAT }, + #undef GUIO_PQSWAT_DEMO #undef GUIO_PQSWAT |