[Scummvm-cvs-logs] SF.net SVN: scummvm:[39388] scummvm/trunk/engines/groovie/detection.cpp
sev at users.sourceforge.net
sev at users.sourceforge.net
Sat Mar 14 12:26:46 CET 2009
Revision: 39388
http://scummvm.svn.sourceforge.net/scummvm/?rev=39388&view=rev
Author: sev
Date: 2009-03-14 11:26:46 +0000 (Sat, 14 Mar 2009)
Log Message:
-----------
Give more meaningful names to detected entries.
Modified Paths:
--------------
scummvm/trunk/engines/groovie/detection.cpp
Modified: scummvm/trunk/engines/groovie/detection.cpp
===================================================================
--- scummvm/trunk/engines/groovie/detection.cpp 2009-03-14 10:55:52 UTC (rev 39387)
+++ scummvm/trunk/engines/groovie/detection.cpp 2009-03-14 11:26:46 UTC (rev 39388)
@@ -41,10 +41,6 @@
{"clandestiny", "Clandestiny"},
{"unclehenry", "Uncle Henry's Playhouse"},
{"tlc", "Tender Loving Care"},
-
- // Extras
- {"making11h", "The Making of The 11th Hour"},
- {"clantrailer", "Clandestiny Trailer"},
#endif
// Unknown
@@ -112,7 +108,7 @@
// The Making of The 11th Hour DOS English
{
{
- "making11h", "Making Of",
+ "11h", "Making Of",
AD_ENTRY1s("disk.1", "5c0428cd3659fc7bbcd0aa16485ed5da", 227),
Common::EN_ANY, Common::kPlatformPC, ADGF_NO_FLAGS
},
@@ -122,7 +118,7 @@
// Clandestiny Trailer DOS English
{
{
- "clantrailer", "Clandestiny Trailer",
+ "clandestiny", "Trailer",
AD_ENTRY1s("disk.1", "5c0428cd3659fc7bbcd0aa16485ed5da", 227),
Common::EN_ANY, Common::kPlatformPC, ADGF_NO_FLAGS
},
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