aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/detection_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dreamweb/detection_tables.h')
-rw-r--r--engines/dreamweb/detection_tables.h21
1 files changed, 19 insertions, 2 deletions
diff --git a/engines/dreamweb/detection_tables.h b/engines/dreamweb/detection_tables.h
index 13184650ba..f32b8de6b6 100644
--- a/engines/dreamweb/detection_tables.h
+++ b/engines/dreamweb/detection_tables.h
@@ -42,7 +42,7 @@ static const DreamWebGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformPC,
- ADGF_NO_FLAGS,
+ ADGF_UNSTABLE,
GUIO_NONE
},
},
@@ -59,7 +59,7 @@ static const DreamWebGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformPC,
- ADGF_CD,
+ ADGF_CD | ADGF_UNSTABLE,
GUIO_NONE
},
},
@@ -81,6 +81,23 @@ static const DreamWebGameDescription gameDescriptions[] = {
},
},
+ // German CD release
+ {
+ {
+ "dreamweb",
+ "CD",
+ {
+ {"dreamweb.r00", 0, "9960dc3baddabc6ad2a6fd75292b149c", 155886},
+ {"dreamweb.r02", 0, "076ca7cd326cb2abfb2091c6cf46ae08", 201038},
+ AD_LISTEND
+ },
+ Common::DE_DEU,
+ Common::kPlatformPC,
+ ADGF_CD | ADGF_UNSTABLE,
+ GUIO_NONE
+ },
+ },
+
{ AD_TABLE_END_MARKER }
};