[Scummvm-cvs-logs] SF.net SVN: scummvm:[42356] scummvm/trunk/engines/tinsel/detection.cpp
Hkz at users.sourceforge.net
Hkz at users.sourceforge.net
Sat Jul 11 00:13:28 CEST 2009
Revision: 42356
http://scummvm.svn.sourceforge.net/scummvm/?rev=42356&view=rev
Author: Hkz
Date: 2009-07-10 22:13:27 +0000 (Fri, 10 Jul 2009)
Log Message:
-----------
tinsel: proper detection entry for Discworld 1 Italian only CD
Modified Paths:
--------------
scummvm/trunk/engines/tinsel/detection.cpp
Modified: scummvm/trunk/engines/tinsel/detection.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/detection.cpp 2009-07-10 22:11:36 UTC (rev 42355)
+++ scummvm/trunk/engines/tinsel/detection.cpp 2009-07-10 22:13:27 UTC (rev 42356)
@@ -163,6 +163,28 @@
TINSEL_V1,
},
+ { // Italian CD with english speech and *.gra files.
+ // Note: It contains only italian subtitles, but inside english.txt
+ {
+ "dw",
+ "CD",
+ {
+ {"dw.gra", 0, "c8808ccd988d603dd35dff42013ae7fd", 781656},
+ {"english.txt", 0, "15f0703f85477d7fab4280bf938b61c1", 237774},
+ {"english.smp", 0, NULL, -1},
+ {NULL, 0, NULL, 0}
+ },
+ Common::IT_ITA,
+ Common::kPlatformPC,
+ ADGF_DROPLANGUAGE,
+ GUIO_NONE
+ },
+ GID_DW1,
+ 0,
+ GF_CD | GF_USE_4FLAGS | GF_ENHANCED_AUDIO_SUPPORT,
+ TINSEL_V1,
+ },
+
{ // Multilingual CD with english speech and *.gra files.
// Note: It contains no english subtitles.
{
@@ -187,6 +209,7 @@
GF_CD | GF_USE_4FLAGS | GF_ENHANCED_AUDIO_SUPPORT,
TINSEL_V1,
},
+
{
{
"dw",
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