diff options
author | Einar Johan Trøan Sømåen | 2014-06-09 16:09:41 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2014-06-09 16:09:41 +0200 |
commit | 767368f1ead84e2bc01c6ea31ae0a32997a1b8a6 (patch) | |
tree | acb36ee6f1a77c640a487833e25f5767e8fc3051 | |
parent | 5b03ba04d78be0f7d60ac777dbf8b51584192f7d (diff) | |
download | scummvm-rg350-767368f1ead84e2bc01c6ea31ae0a32997a1b8a6.tar.gz scummvm-rg350-767368f1ead84e2bc01c6ea31ae0a32997a1b8a6.tar.bz2 scummvm-rg350-767368f1ead84e2bc01c6ea31ae0a32997a1b8a6.zip |
WINTERMUTE: Add detection for Oknytt
-rw-r--r-- | engines/wintermute/detection_tables.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 69d66c3498..bdfb54727b 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -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"}, @@ -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", |