Skip to content

Commit

Permalink
QUEEN: Add detection entry for Italian GoG.com release
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharsm committed May 22, 2018
1 parent cb33dd6 commit d6e6aca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions engines/queen/detection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,19 @@ static const QueenGameDescription gameDescriptions[] = {
},
},

// GoG.com Release - Italian
{
{
"queen",
"Talkie",
AD_ENTRY1s("queen.1", "2f72b715ed753cf905a37cdcc7ea611e", 98327801),
Common::IT_ITA,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
GUIO1(GAMEOPTION_ALT_INTRO)
},
},

{ AD_TABLE_END_MARKER }
};

Expand Down

0 comments on commit d6e6aca

Please sign in to comment.