[Scummvm-cvs-logs] SF.net SVN: scummvm:[40393] scummvm/trunk/engines/gob/detection.cpp
strangerke at users.sourceforge.net
strangerke at users.sourceforge.net
Fri May 8 23:25:56 CEST 2009
Revision: 40393
http://scummvm.svn.sourceforge.net/scummvm/?rev=40393&view=rev
Author: strangerke
Date: 2009-05-08 21:25:56 +0000 (Fri, 08 May 2009)
Log Message:
-----------
Added detection string for 'Adi Anglais primaire 7-11 ans' (PAK)
Modified Paths:
--------------
scummvm/trunk/engines/gob/detection.cpp
Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp 2009-05-08 21:15:43 UTC (rev 40392)
+++ scummvm/trunk/engines/gob/detection.cpp 2009-05-08 21:25:56 UTC (rev 40393)
@@ -2997,6 +2997,24 @@
"",
""
},
+ {
+ {
+ "adibouunknown",
+ "Dis-moi Adi : Anglais primaire 7-11 ans (PAK/??\?)",
+ {
+ {"adi_exerciser.pak", 0, "a2d7dec00cd5a6e2f2b8bfc225df490e", 136669275},
+ {"adi_texts.pak", 0, "eb09da3d13770c34bf77e4f94744d5f5", 10616},
+ {NULL, 0, NULL, 0}
+ },
+ FR_FRA,
+ kPlatformPC,
+ ADGF_NO_FLAGS
+ },
+ kGameTypeAdibouUnknown,
+ kFeaturesNone,
+ "",
+ ""
+ },
{ AD_TABLE_END_MARKER, kGameTypeNone, kFeaturesNone, 0, 0 }
};
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