aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2014-06-09 16:09:41 +0200
committerEinar Johan Trøan Sømåen2014-06-09 16:09:41 +0200
commit767368f1ead84e2bc01c6ea31ae0a32997a1b8a6 (patch)
treeacb36ee6f1a77c640a487833e25f5767e8fc3051 /engines/wintermute
parent5b03ba04d78be0f7d60ac777dbf8b51584192f7d (diff)
downloadscummvm-rg350-767368f1ead84e2bc01c6ea31ae0a32997a1b8a6.tar.gz
scummvm-rg350-767368f1ead84e2bc01c6ea31ae0a32997a1b8a6.tar.bz2
scummvm-rg350-767368f1ead84e2bc01c6ea31ae0a32997a1b8a6.zip
WINTERMUTE: Add detection for Oknytt
Diffstat (limited to 'engines/wintermute')
-rw-r--r--engines/wintermute/detection_tables.h11
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",