aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Boutonné2010-09-15 19:00:28 +0000
committerArnaud Boutonné2010-09-15 19:00:28 +0000
commit47c46cdfdeef954ab14761f886204c64d3f9ba83 (patch)
tree6437af46790398d87c0e3ad698808e2b50c34c12
parent6cf1a4d537c5329778b0ad2234ba985e82e32ce8 (diff)
downloadscummvm-rg350-47c46cdfdeef954ab14761f886204c64d3f9ba83.tar.gz
scummvm-rg350-47c46cdfdeef954ab14761f886204c64d3f9ba83.tar.bz2
scummvm-rg350-47c46cdfdeef954ab14761f886204c64d3f9ba83.zip
GOB: Add detection for Gob1 CD Polish
svn-id: r52734
-rw-r--r--engines/gob/detection_tables.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h
index 907dc64295..673dba76b5 100644
--- a/engines/gob/detection_tables.h
+++ b/engines/gob/detection_tables.h
@@ -420,6 +420,20 @@ static const GOBGameDescription gameDescriptions[] = {
kFeaturesAdLib,
0, 0, 0
},
+ { // Provided by pykman in the forums.
+ {
+ "gob1cd",
+ "Polish",
+ AD_ENTRY1s("intro.stk", "97d2443948b2e367cf567fe7e101f5f2", 4049267),
+ UNK_LANG,
+ kPlatformPC,
+ ADGF_NO_FLAGS,
+ GUIO_NOSUBTITLES | GUIO_NOSPEECH
+ },
+ kGameTypeGob1,
+ kFeaturesCD,
+ 0, 0, 0
+ },
{ // CD 1.000 version.
{
"gob1cd",