[Scummvm-cvs-logs] SF.net SVN: scummvm:[55765] scummvm/trunk/engines/groovie/detection.cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Fri Feb 4 16:42:58 CET 2011


Revision: 55765
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55765&view=rev
Author:   mthreepwood
Date:     2011-02-04 15:42:58 +0000 (Fri, 04 Feb 2011)

Log Message:
-----------
GROOVIE: Disable other T7G Mac entries as they should no longer be needed

Modified Paths:
--------------
    scummvm/trunk/engines/groovie/detection.cpp

Modified: scummvm/trunk/engines/groovie/detection.cpp
===================================================================
--- scummvm/trunk/engines/groovie/detection.cpp	2011-02-04 15:27:56 UTC (rev 55764)
+++ scummvm/trunk/engines/groovie/detection.cpp	2011-02-04 15:42:58 UTC (rev 55765)
@@ -64,18 +64,23 @@
 	{
 		{
 			"t7g", "",
-			AD_ENTRY1s("T7GMac", "a139540fa2be2247005ccf888b7231e3", 1830783),
+			AD_ENTRY1s("T7GMac", "acdc4a58dd3f007f65e99b99d78e0bce", 1814029),
 			Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK,
 			Common::GUIO_MIDIADLIB | Common::GUIO_MIDIMT32 | Common::GUIO_MIDIGM
 		},
 		kGroovieT7G, 0
 	},
 
+#if 0
+	// These entries should now be identical to the first T7G Mac entry after
+	// changing the app to only use the data part of the resource fork. They
+	// are left disabled here as a reference.
+
 	// The 7th Guest Mac English (Aztec single disc)
 	{
 		{
 			"t7g", "",
-			AD_ENTRY1s("T7GMac", "acdc4a58dd3f007f65e99b99d78e0bce", 1814029),
+			AD_ENTRY1s("T7GMac", "6bdee8d0f9eef6d58d02fcd7deec3fb2", 1830783),
 			Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK,
 			Common::GUIO_MIDIADLIB | Common::GUIO_MIDIMT32 | Common::GUIO_MIDIGM
 		},
@@ -92,6 +97,7 @@
 		},
 		kGroovieT7G, 0
 	},
+#endif
 
 	// The 7th Guest DOS Russian (Akella)
 	{


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