diff options
author | Willem Jan Palenstijn | 2012-02-18 14:25:35 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2012-02-18 14:25:35 +0100 |
commit | fd40d1b1925e689e330ff71fcb95fa9da08f8936 (patch) | |
tree | 278e5cb6ed6e229637abfca1df3ab479e2f30860 /engines/dreamweb | |
parent | 975801b6702daefe85f2cc91525ba474bd4aa3aa (diff) | |
download | scummvm-rg350-fd40d1b1925e689e330ff71fcb95fa9da08f8936.tar.gz scummvm-rg350-fd40d1b1925e689e330ff71fcb95fa9da08f8936.tar.bz2 scummvm-rg350-fd40d1b1925e689e330ff71fcb95fa9da08f8936.zip |
DREAMWEB: Revert "Fix the detection entries for the French and Spanish CD versions"
This reverts commit 0ff60284ce6e876ac895a13a45657afacddbd8e0.
We do not want to encourage people to rename all files in their games.
Instead, we should properly support the foreign versions.
Diffstat (limited to 'engines/dreamweb')
-rw-r--r-- | engines/dreamweb/detection_tables.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/engines/dreamweb/detection_tables.h b/engines/dreamweb/detection_tables.h index 9ca7024c89..75f5786268 100644 --- a/engines/dreamweb/detection_tables.h +++ b/engines/dreamweb/detection_tables.h @@ -78,15 +78,13 @@ static const DreamWebGameDescription gameDescriptions[] = { }, // French CD release - // NOTE: The original files are named dreamwfr.*, thus they have to be renamed - // to dreamweb.* for the game to work, as the engine looks for dreamweb.* files { { "dreamweb", "CD", { - {"dreamweb.r00", 0, "e354582a8564faf5c515df92f207e8d1", 154657}, - {"dreamweb.r02", 0, "57f3f08d5aefd04184eac76927eced80", 200575}, + {"dreamwfr.r00", 0, "e354582a8564faf5c515df92f207e8d1", 154657}, + {"dreamwfr.r02", 0, "57f3f08d5aefd04184eac76927eced80", 200575}, AD_LISTEND }, Common::FR_FRA, @@ -148,15 +146,13 @@ static const DreamWebGameDescription gameDescriptions[] = { }, // Spanish CD release - // NOTE: The original files are named dreamwsp.*, thus they have to be renamed - // to dreamweb.* for the game to work, as the engine looks for dreamweb.* files { { "dreamweb", "CD", { - {"dreamweb.r00", 0, "2df07174321de39c4f17c9ff654b268a", 153608}, - {"dreamweb.r02", 0, "577d435ad5da08fb1bcf6ea3dd6e0b9e", 199499}, + {"dreamwsp.r00", 0, "2df07174321de39c4f17c9ff654b268a", 153608}, + {"dreamwsp.r02", 0, "577d435ad5da08fb1bcf6ea3dd6e0b9e", 199499}, AD_LISTEND }, Common::ES_ESP, |