diff options
author | Lars Skovlund | 2009-02-28 22:36:48 +0000 |
---|---|---|
committer | Lars Skovlund | 2009-02-28 22:36:48 +0000 |
commit | f179dbfc71eafb4f84d342b8d2dac0d11dd4ecdf (patch) | |
tree | 00bd125788ec0c274a9471ef20a786c0a245915a /engines | |
parent | d7b06b7d4267c0ea6ff537455f940deed303eefb (diff) | |
download | scummvm-rg350-f179dbfc71eafb4f84d342b8d2dac0d11dd4ecdf.tar.gz scummvm-rg350-f179dbfc71eafb4f84d342b8d2dac0d11dd4ecdf.tar.bz2 scummvm-rg350-f179dbfc71eafb4f84d342b8d2dac0d11dd4ecdf.zip |
Add a particular release of Conquests of the Longbow.
svn-id: r38985
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index 5337cc8b14..41acd68a39 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -307,6 +307,20 @@ static const struct SciGameDescription SciGameDescriptions[] = { SCI_VERSION(1, 000, 510) }, + {{"longbow", "", { + {"resource.002", 0, "7f6ce331219d58d5087731e4475ab4f1", 1128555}, + {"resource.003", 0, "21ebe6b39b57a73fc449f67f013765aa", 972635}, + {"resource.000", 0, "36e8fda5d0b8c49e587c8a9617959f72", 1096767}, + {"resource.001", 0, "d4c299213f8d799da1492680d12d0fb3", 1133226}, + {"resource.map", 0, "36d3b81ff75b67dd4d27b7f5d3166503", 6261}, + {"resource.004", 0, "9cfce07e204a329e94fda8b5657621da", 1064637}, + {"resource.005", 0, "d036df0872f2db19bca34601276be2d7", 1154950}, + {"resource.006", 0, "b367a6a59f29ee30dde1d88a5a41152d", 1042966}, + {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0}, + {}, + SCI_VERSION_AUTODETECT, + SCI_VERSION(1, 000, 510) + }, // Conquests of the Longbow - English DOS {{"longbow", "", { {"resource.map", 0, "247f955865572569342751de47e861ab", 6027}, |