[Scummvm-cvs-logs] SF.net SVN: scummvm:[34333] scummvm/branches/branch-0-12-0/engines/gob/ detection.cpp
drmccoy at users.sourceforge.net
drmccoy at users.sourceforge.net
Thu Sep 4 21:20:52 CEST 2008
Revision: 34333
http://scummvm.svn.sourceforge.net/scummvm/?rev=34333&view=rev
Author: drmccoy
Date: 2008-09-04 19:20:51 +0000 (Thu, 04 Sep 2008)
Log Message:
-----------
Added another version of Lost in Time CD, as supplied by SiRoCs in bug report #2093672 (backport)
Modified Paths:
--------------
scummvm/branches/branch-0-12-0/engines/gob/detection.cpp
Modified: scummvm/branches/branch-0-12-0/engines/gob/detection.cpp
===================================================================
--- scummvm/branches/branch-0-12-0/engines/gob/detection.cpp 2008-09-04 19:20:51 UTC (rev 34332)
+++ scummvm/branches/branch-0-12-0/engines/gob/detection.cpp 2008-09-04 19:20:51 UTC (rev 34333)
@@ -1056,6 +1056,84 @@
kFeaturesCD,
"intro"
},
+ { // Supplied by SiRoCs in bug report #2093672
+ {
+ "lostintime",
+ "",
+ AD_ENTRY1s("intro.stk", "795be7011ec31bf5bb8ce4efdb9ee5d3", 4838904),
+ EN_USA,
+ kPlatformPC,
+ Common::ADGF_NO_FLAGS
+ },
+ kGameTypeLostInTime,
+ kFeaturesCD,
+ "intro"
+ },
+ { // Supplied by SiRoCs in bug report #2093672
+ {
+ "lostintime",
+ "",
+ AD_ENTRY1s("intro.stk", "795be7011ec31bf5bb8ce4efdb9ee5d3", 4838904),
+ FR_FRA,
+ kPlatformPC,
+ Common::ADGF_NO_FLAGS
+ },
+ kGameTypeLostInTime,
+ kFeaturesCD,
+ "intro"
+ },
+ { // Supplied by SiRoCs in bug report #2093672
+ {
+ "lostintime",
+ "",
+ AD_ENTRY1s("intro.stk", "795be7011ec31bf5bb8ce4efdb9ee5d3", 4838904),
+ IT_ITA,
+ kPlatformPC,
+ Common::ADGF_NO_FLAGS
+ },
+ kGameTypeLostInTime,
+ kFeaturesCD,
+ "intro"
+ },
+ { // Supplied by SiRoCs in bug report #2093672
+ {
+ "lostintime",
+ "",
+ AD_ENTRY1s("intro.stk", "795be7011ec31bf5bb8ce4efdb9ee5d3", 4838904),
+ DE_DEU,
+ kPlatformPC,
+ Common::ADGF_NO_FLAGS
+ },
+ kGameTypeLostInTime,
+ kFeaturesCD,
+ "intro"
+ },
+ { // Supplied by SiRoCs in bug report #2093672
+ {
+ "lostintime",
+ "",
+ AD_ENTRY1s("intro.stk", "795be7011ec31bf5bb8ce4efdb9ee5d3", 4838904),
+ ES_ESP,
+ kPlatformPC,
+ Common::ADGF_NO_FLAGS
+ },
+ kGameTypeLostInTime,
+ kFeaturesCD,
+ "intro"
+ },
+ { // Supplied by SiRoCs in bug report #2093672
+ {
+ "lostintime",
+ "",
+ AD_ENTRY1s("intro.stk", "795be7011ec31bf5bb8ce4efdb9ee5d3", 4838904),
+ EN_GRB,
+ kPlatformPC,
+ Common::ADGF_NO_FLAGS
+ },
+ kGameTypeLostInTime,
+ kFeaturesCD,
+ "intro"
+ },
{
{
"lostintime",
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