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

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sat Mar 28 07:45:23 CET 2009


Revision: 39715
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39715&view=rev
Author:   Kirben
Date:     2009-03-28 06:45:22 +0000 (Sat, 28 Mar 2009)

Log Message:
-----------
Change the detection of Amiga versions of BRA, to a required data file (request.win).

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

Modified: scummvm/trunk/engines/parallaction/detection.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/detection.cpp	2009-03-27 23:01:13 UTC (rev 39714)
+++ scummvm/trunk/engines/parallaction/detection.cpp	2009-03-28 06:45:22 UTC (rev 39715)
@@ -174,13 +174,12 @@
 		GF_LANG_EN | GF_DEMO,
 	},
 
-	// TODO: Base the detection of Amiga BRA on actual data file, not executable file.
 	{
 		{
 			"bra",
 			"Multi-lingual",
 			{
-				{ "bigred",	0, "4f1e6bfd974b8ebabaad96d536904477", 95232 },
+				{ "request.win", 0, "7a844b9518310e4cc72eabb9c0340314", 6497 },
 				{ NULL, 0, NULL, 0}
 			},
 			Common::UNK_LANG,
@@ -191,13 +190,12 @@
 		GF_LANG_EN | GF_LANG_FR | GF_LANG_DE | GF_LANG_IT | GF_LANG_MULT,
 	},
 
-	// TODO: Base the detection of Amiga BRA demo on actual data file, not executable file.
 	{
 		{
 			"bra",
 			"Demo",
 			{
-				{ "bigred",	0, "b62a7b589fb5e9071f021227640893bf", 97004 },
+				{ "request.win", 0, "3b6a99ffd626e324b663839bbad59cb3", 5326 },
 				{ NULL, 0, NULL, 0}
 			},
 			Common::UNK_LANG,


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