aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
diff options
context:
space:
mode:
authorFlorian Kagerer2008-04-19 14:48:29 +0000
committerFlorian Kagerer2008-04-19 14:48:29 +0000
commit8711a48de3378637445661b3a554ad94d0ad0998 (patch)
tree5f2c1da8201c32ad60cfa1c1f2248389a2403c9e /engines/kyra
parentceb46a38cd18f05b6795bdfc250bdbe1ea4fe18a (diff)
downloadscummvm-rg350-8711a48de3378637445661b3a554ad94d0ad0998.tar.gz
scummvm-rg350-8711a48de3378637445661b3a554ad94d0ad0998.tar.bz2
scummvm-rg350-8711a48de3378637445661b3a554ad94d0ad0998.zip
fix detection for playable Hof demo
svn-id: r31576
Diffstat (limited to 'engines/kyra')
-rw-r--r--engines/kyra/detection.cpp32
1 files changed, 28 insertions, 4 deletions
diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp
index 951b30a7da..86529e9629 100644
--- a/engines/kyra/detection.cpp
+++ b/engines/kyra/detection.cpp
@@ -333,11 +333,35 @@ const KYRAGameDescription adGameDescs[] = {
{ // Interactive Demo
{
"kyra2",
- "Demo",
+ "CD/Demo",
AD_ENTRY1("THANKS.CPS", "b1a78d990b120bb2234b7094f74e30a5"),
- Common::EN_ANY,
- Common::kPlatformPC,
- Common::ADGF_DEMO
+ Common::EN_ANY,
+ Common::kPlatformPC,
+ Common::ADGF_DROPLANGUAGE | Common::ADGF_CD | Common::ADGF_DEMO
+ },
+ KYRA2_CD_DEMO_FLAGS
+ },
+
+ { // Interactive Demo
+ {
+ "kyra2",
+ "CD/Demo",
+ AD_ENTRY1("THANKS.CPS", "b1a78d990b120bb2234b7094f74e30a5"),
+ Common::DE_DEU,
+ Common::kPlatformPC,
+ Common::ADGF_DROPLANGUAGE | Common::ADGF_CD | Common::ADGF_DEMO
+ },
+ KYRA2_CD_DEMO_FLAGS
+ },
+
+ { // Interactive Demo
+ {
+ "kyra2",
+ "CD/Demo",
+ AD_ENTRY1("THANKS.CPS", "b1a78d990b120bb2234b7094f74e30a5"),
+ Common::FR_FRA,
+ Common::kPlatformPC,
+ Common::ADGF_DROPLANGUAGE | Common::ADGF_CD | Common::ADGF_DEMO
},
KYRA2_CD_DEMO_FLAGS
},