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

dreammaster dreammaster at scummvm.org
Thu Jun 16 10:46:32 CEST 2011


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:
c6ae2acae5 TSAGE: Added correct 5000 byte MD5 for Ringworld Demo #2


Commit: c6ae2acae5750674f8291624d99838281954ebe1
    https://github.com/scummvm/scummvm/commit/c6ae2acae5750674f8291624d99838281954ebe1
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-06-16T01:44:37-07:00

Commit Message:
TSAGE: Added correct 5000 byte MD5 for Ringworld Demo #2

Changed paths:
    engines/tsage/detection_tables.h



diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h
index fb97e40..4cd74ff 100644
--- a/engines/tsage/detection_tables.h
+++ b/engines/tsage/detection_tables.h
@@ -66,14 +66,13 @@ static const tSageGameDescription gameDescriptions[] = {
 		GType_Ringworld,
 		GF_FLOPPY | GF_DEMO
 	},
-#if 0
-	// FIXME: Compute new MD5s based on 5000 bytes instead of 0 (unlimited)
+
 	// Ringworld English Floppy Demo #2 version
 	{
 		{
 			"ring",
 			"Floppy Demo",
-			AD_ENTRY1s("demoring.rlb", "9ecf48e088a0d475778fab480b3dbdd0", 832206),
+			AD_ENTRY1s("demoring.rlb", "64050e1806203b15bb03876140eb4f56", 832206),
 			Common::EN_ANY,
 			Common::kPlatformPC,
 			ADGF_DEMO,
@@ -82,6 +81,7 @@ static const tSageGameDescription gameDescriptions[] = {
 		GType_Ringworld,
 		GF_FLOPPY | GF_DEMO | GF_ALT_REGIONS
 	},
+#if 0
 	// FIXME: Compute new MD5s based on 5000 bytes instead of 0 (unlimited)
 	// Blue Force floppy
 	{






More information about the Scummvm-git-logs mailing list