aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/detection.cpp
diff options
context:
space:
mode:
authorSven Hesse2009-06-06 16:48:29 +0000
committerSven Hesse2009-06-06 16:48:29 +0000
commitba134a51582e4c7d7ec33cd65027245e056822b0 (patch)
tree5705737a8c19993403394571156ff0e2fa81161b /engines/gob/detection.cpp
parent18941738526113c9153e05d455926b357cdfa7d3 (diff)
downloadscummvm-rg350-ba134a51582e4c7d7ec33cd65027245e056822b0.tar.gz
scummvm-rg350-ba134a51582e4c7d7ec33cd65027245e056822b0.tar.bz2
scummvm-rg350-ba134a51582e4c7d7ec33cd65027245e056822b0.zip
Adding a general coktelplayer.scn demo file
svn-id: r41229
Diffstat (limited to 'engines/gob/detection.cpp')
-rw-r--r--engines/gob/detection.cpp14
1 files changed, 14 insertions, 0 deletions
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 } }
};