diff options
author | Paul Gilbert | 2011-06-16 19:12:36 +1000 |
---|---|---|
committer | Paul Gilbert | 2011-06-16 19:12:36 +1000 |
commit | c48b90f7a3e43fdefe35950e573cf6df5fdb916f (patch) | |
tree | 01a8b8d471b201b399730ef944469c8029a864d7 /engines/dreamweb | |
parent | c6ae2acae5750674f8291624d99838281954ebe1 (diff) | |
download | scummvm-rg350-c48b90f7a3e43fdefe35950e573cf6df5fdb916f.tar.gz scummvm-rg350-c48b90f7a3e43fdefe35950e573cf6df5fdb916f.tar.bz2 scummvm-rg350-c48b90f7a3e43fdefe35950e573cf6df5fdb916f.zip |
DREAMWEB: Clarified 2nd CD version as the US release
Diffstat (limited to 'engines/dreamweb')
-rw-r--r-- | engines/dreamweb/detection_tables.h | 6 |
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 |