DREAMWEB: fixed detection of Italian CD release

The Italian CD release of Dreamweb (available on
https://www.scummvm.org/games/) was not properly
detected (the floppy version was detected, so
speech stayed disabled).
Added a proper entry to fix the issue.
This commit is contained in:
Dario Scarpa 2017-02-07 23:22:58 +01:00 committed by David Turner
parent 2f4f130918
commit 8966d4f8fc

View File

@ -244,6 +244,24 @@ static const DreamWebGameDescription gameDescriptions[] = {
},
},
// Italian CD release
{
{
"dreamweb",
"CD",
{
{"dreamweb.exe", 0, "44d1708535cdb863b9cca372ad0b05dd", 65370},
{"dreamweb.r00", 0, "66dcab08354232f423c590156335f819", 155448},
{"dreamweb.r02", 0, "87a026e9f80ed4f94169381f871ee305", 199676},
AD_LISTEND
},
Common::IT_ITA,
Common::kPlatformDOS,
ADGF_CD,
GUIO2(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_BRIGHTPALETTE)
},
},
// Czech fan-made translation
// From bug #7078
{