Skip to content

Commit

Permalink
DRASCULA: Add detection entries for updated unpacked French / Italian…
Browse files Browse the repository at this point in the history
… versions (bug #3612236)
  • Loading branch information
bluegr committed May 19, 2013
1 parent 5499022 commit 2dce716
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions engines/drascula/detection.cpp
Expand Up @@ -187,6 +187,19 @@ static const DrasculaGameDescription gameDescriptions[] = {
},
},

{
// Drascula French version (updated - bug #3612236)
{
"drascula",
0,
AD_ENTRY1s("14.ald", "1f9fbded768bee061cc22bc5bdeab540", 611),
Common::FR_FRA,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
GUIO0()
},
},

{
// Drascula Italian version (original packed version)
{
Expand All @@ -199,6 +212,7 @@ static const DrasculaGameDescription gameDescriptions[] = {
GUIO0()
},
},

{
// Drascula Italian version
{
Expand All @@ -212,6 +226,19 @@ static const DrasculaGameDescription gameDescriptions[] = {
},
},

{
// Drascula Italian version (updated - bug #3612236)
{
"drascula",
0,
AD_ENTRY1s("14.ald", "ccaee939bb3b344c048f28f9205710d1", 2925),
Common::IT_ITA,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
GUIO0()
},
},

{
// Drascula Spanish version (ScummVM repacked files)
{
Expand Down

0 comments on commit 2dce716

Please sign in to comment.