aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2011-06-16 19:12:36 +1000
committerPaul Gilbert2011-06-16 19:12:36 +1000
commitc48b90f7a3e43fdefe35950e573cf6df5fdb916f (patch)
tree01a8b8d471b201b399730ef944469c8029a864d7
parentc6ae2acae5750674f8291624d99838281954ebe1 (diff)
downloadscummvm-rg350-c48b90f7a3e43fdefe35950e573cf6df5fdb916f.tar.gz
scummvm-rg350-c48b90f7a3e43fdefe35950e573cf6df5fdb916f.tar.bz2
scummvm-rg350-c48b90f7a3e43fdefe35950e573cf6df5fdb916f.zip
DREAMWEB: Clarified 2nd CD version as the US release
-rw-r--r--engines/dreamweb/detection_tables.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/dreamweb/detection_tables.h b/engines/dreamweb/detection_tables.h
index f9bc75b298..13184650ba 100644
--- a/engines/dreamweb/detection_tables.h
+++ b/engines/dreamweb/detection_tables.h
@@ -46,6 +46,8 @@ static const DreamWebGameDescription gameDescriptions[] = {
GUIO_NONE
},
},
+
+ // International CD release
{
{
"dreamweb",
@@ -62,7 +64,7 @@ static const DreamWebGameDescription gameDescriptions[] = {
},
},
- // Second CD version
+ // US CD release
{
{
"dreamweb",
@@ -72,7 +74,7 @@ static const DreamWebGameDescription gameDescriptions[] = {
{"dreamweb.r02", 0, "c0c363715ddf14ab54f2379906a3aa01", 198707},
AD_LISTEND
},
- Common::EN_ANY,
+ Common::EN_USA,
Common::kPlatformPC,
ADGF_CD,
GUIO_NONE