[Scummvm-cvs-logs] SF.net SVN: scummvm:[52734] scummvm/trunk/engines/gob/detection_tables.h
strangerke at users.sourceforge.net
strangerke at users.sourceforge.net
Wed Sep 15 21:00:28 CEST 2010
Revision: 52734
http://scummvm.svn.sourceforge.net/scummvm/?rev=52734&view=rev
Author: strangerke
Date: 2010-09-15 19:00:28 +0000 (Wed, 15 Sep 2010)
Log Message:
-----------
GOB: Add detection for Gob1 CD Polish
Modified Paths:
--------------
scummvm/trunk/engines/gob/detection_tables.h
Modified: scummvm/trunk/engines/gob/detection_tables.h
===================================================================
--- scummvm/trunk/engines/gob/detection_tables.h 2010-09-15 15:21:59 UTC (rev 52733)
+++ scummvm/trunk/engines/gob/detection_tables.h 2010-09-15 19:00:28 UTC (rev 52734)
@@ -420,6 +420,20 @@
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",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list