Skip to content

Commit

Permalink
WINTERMUTE: Add detection for Oknytt
Browse files Browse the repository at this point in the history
  • Loading branch information
somaen committed Jun 9, 2014
1 parent 5b03ba0 commit 767368f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions engines/wintermute/detection_tables.h
Expand Up @@ -55,6 +55,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"looky", "Looky"},
{"julia", "J.U.L.I.A."},
{"mirage", "Mirage"},
{"oknytt", "Oknytt"},
{"paintaria", "Paintaria"},
{"pigeons", "Pigeons in the Park"},
{"projectdoom", "Project: Doom"},
Expand Down Expand Up @@ -697,6 +698,16 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE,
GUIO0()
},
// Oknytt
{
"oknytt",
"Version 1.0",
AD_ENTRY1s("data.dcp", "6456cf8f429905c83f07509f9da536dd", 109502959),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE,
GUIO0()
},
// Paintaria
{
"paintaria",
Expand Down

0 comments on commit 767368f

Please sign in to comment.