[Scummvm-cvs-logs] scummvm master -> e0711361085505ce55f4b9254dd7638d14f4b8c1

Strangerke Strangerke at scummvm.org
Sat Feb 15 18:04:16 CET 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e071136108 QUEEN: Add detection of French versions reported in bug #6534


Commit: e0711361085505ce55f4b9254dd7638d14f4b8c1
    https://github.com/scummvm/scummvm/commit/e0711361085505ce55f4b9254dd7638d14f4b8c1
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-02-15T09:02:44-08:00

Commit Message:
QUEEN: Add detection of French versions reported in bug #6534

Changed paths:
    engines/queen/detection.cpp



diff --git a/engines/queen/detection.cpp b/engines/queen/detection.cpp
index 57b314c..d8e37eb 100644
--- a/engines/queen/detection.cpp
+++ b/engines/queen/detection.cpp
@@ -172,35 +172,31 @@ static const QueenGameDescription gameDescriptions[] = {
 		},
 	},
 
-#if 0
 	// DOS Floppy - French
 	{
 		{
 			"queen",
 			"Floppy",
-			AD_ENTRY1s("queen.1", NULL, 22157304), // TODO: Fill in correct MD5
+			AD_ENTRY1s("queen.1", f5e827645d3c887be3bdf4729d847756, 22157304),
 			Common::FR_FRA,
 			Common::kPlatformDOS,
 			ADGF_NO_FLAGS,
 			GUIO1(GUIO_NOSPEECH)
 		},
 	},
-#endif
 
-#if 0
 	// DOS CD - French
 	{
 		{
 			"queen",
 			"Talkie",
-			AD_ENTRY1s("queen.1", NULL, 186689095), // TODO: Fill in correct MD5
+			AD_ENTRY1s("queen.1", "6fd5486a0db75bae2e023b575c3d6a5d", 186689095),
 			Common::FR_FRA,
 			Common::kPlatformDOS,
 			ADGF_NO_FLAGS,
 			GUIO1(GAMEOPTION_ALT_INTRO)
 		},
 	},
-#endif
 
 #if 0
 	// DOS Floppy - German






More information about the Scummvm-git-logs mailing list