[Scummvm-cvs-logs] SF.net SVN: scummvm: [25329] scummvm/trunk/engines/gob
drmccoy at users.sourceforge.net
drmccoy at users.sourceforge.net
Thu Feb 1 22:59:51 CET 2007
Revision: 25329
http://scummvm.svn.sourceforge.net/scummvm/?rev=25329&view=rev
Author: drmccoy
Date: 2007-02-01 13:59:51 -0800 (Thu, 01 Feb 2007)
Log Message:
-----------
Split the entry for Gobliins 2 multilanguage CD into separate entries for each language
Modified Paths:
--------------
scummvm/trunk/engines/gob/detection.cpp
scummvm/trunk/engines/gob/gob.cpp
Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp 2007-02-01 20:19:21 UTC (rev 25328)
+++ scummvm/trunk/engines/gob/detection.cpp 2007-02-01 21:59:51 UTC (rev 25329)
@@ -247,7 +247,7 @@
"gob2",
"CD 1.02",
AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"),
- UNK_LANG,
+ EN_ANY,
kPlatformPC,
},
GF_GOB2 | GF_CD,
@@ -255,6 +255,50 @@
},
{
{
+ "gob2",
+ "CD 1.02",
+ AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"),
+ DE_DEU,
+ kPlatformPC,
+ },
+ GF_GOB2 | GF_CD,
+ "intro"
+ },
+ {
+ {
+ "gob2",
+ "CD 1.02",
+ AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"),
+ FR_FRA,
+ kPlatformPC,
+ },
+ GF_GOB2 | GF_CD,
+ "intro"
+ },
+ {
+ {
+ "gob2",
+ "CD 1.02",
+ AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"),
+ IT_ITA,
+ kPlatformPC,
+ },
+ GF_GOB2 | GF_CD,
+ "intro"
+ },
+ {
+ {
+ "gob2",
+ "CD 1.02",
+ AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"),
+ ES_ESP,
+ kPlatformPC,
+ },
+ GF_GOB2 | GF_CD,
+ "intro"
+ },
+ {
+ {
"gob2-demo",
"Non-Interactive",
AD_ENTRY1("intro.stk", "8b1c98ff2ab2e14f47a1b891e9b92217"),
Modified: scummvm/trunk/engines/gob/gob.cpp
===================================================================
--- scummvm/trunk/engines/gob/gob.cpp 2007-02-01 20:19:21 UTC (rev 25328)
+++ scummvm/trunk/engines/gob/gob.cpp 2007-02-01 21:59:51 UTC (rev 25329)
@@ -651,6 +651,7 @@
case Common::DE_DEU:
_global->_language = 1;
break;
+ case Common::EN_ANY:
case Common::EN_GRB:
_global->_language = 2;
break;
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