Skip to content

Commit

Permalink
XEEN: Add detection for German World of Xeen
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jul 26, 2016
1 parent 504cf6e commit 873d555
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions engines/xeen/detection_tables.h
Expand Up @@ -42,6 +42,25 @@ static const XeenGameDescription gameDescriptions[] = {
0
},

{
// World of Xeen (German)
{
"worldofxeen",
nullptr,
{
{"xeen.cc", 0, "f4e4b3ddc43bd102dbe1637f480f1fa1", 13214150},
{"dark.cc", 0, "84a86bbbc5f2fe96c0b0325485ed8203", 11173657},
AD_LISTEND
},
Common::DE_DEU,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
GUIO1(GUIO_NONE),
},
GType_WorldOfXeen,
0
},

{ AD_TABLE_END_MARKER, 0, 0 }
};

Expand Down

0 comments on commit 873d555

Please sign in to comment.