From ba134a51582e4c7d7ec33cd65027245e056822b0 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sat, 6 Jun 2009 16:48:29 +0000 Subject: Adding a general coktelplayer.scn demo file svn-id: r41229 --- engines/gob/detection.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'engines/gob/detection.cpp') diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index e291fd412a..cad8790e3b 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -3390,6 +3390,19 @@ static const GOBGameDescription fallbackDescs[] = { kFeatures640, "adif41.stk", 0, 0 }, + { + { + "coktelplayer", + "unknown", + AD_ENTRY1(0, 0), + UNK_LANG, + kPlatformPC, + ADGF_NO_FLAGS + }, + kGameTypeWoodruff, + kFeatures640 | kFeaturesSCNDemo, + "", "", 8 + } }; static const ADFileBasedFallback fileBased[] = { @@ -3417,6 +3430,7 @@ static const ADFileBasedFallback fileBased[] = { { &fallbackDescs[20], { "disk0.stk", "disk1.stk", "disk2.stk", "disk3.stk", 0 } }, { &fallbackDescs[21], { "disk1.stk", "disk2.stk", "disk3.stk", 0 } }, { &fallbackDescs[22], { "adif41.stk", "adim41.stk", 0 } }, + { &fallbackDescs[23], { "coktelplayer.scn", 0 } }, { 0, { 0 } } }; -- cgit v1.2.3