From 767368f1ead84e2bc01c6ea31ae0a32997a1b8a6 Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Mon, 9 Jun 2014 16:09:41 +0200 Subject: WINTERMUTE: Add detection for Oknytt --- engines/wintermute/detection_tables.h | 11 +++++++++++ 1 file changed, 11 insertions(+) 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", -- cgit v1.2.3