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

bluegr bluegr at gmail.com
Sat Sep 21 14:00:14 CEST 2013


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:
ac0c890bcc SCI: Add source of the checksums for RAMA German


Commit: ac0c890bccfb0a15cd739be60228c4de5a7afeab
    https://github.com/scummvm/scummvm/commit/ac0c890bccfb0a15cd739be60228c4de5a7afeab
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-09-21T04:59:26-07:00

Commit Message:
SCI: Add source of the checksums for RAMA German

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 9a31e25..d0a0db2 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -3297,17 +3297,17 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 	 	Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO4(GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
 
-	// RAMA - German Windows CD

-	{"rama", "", {

-		{"resmap.001", 0, "f68cd73308c46977a9632dfc618e1e38", 8338},

-	 	{"ressci.001", 0, "2a68edd064e5e4937b5e9c74b38f2082", 70595521},

-	 	{"resmap.002", 0, "891fc2f5d9e23e7d9a9454acc7aaae52", 12082},

-	 	{"ressci.002", 0, "2a68edd064e5e4937b5e9c74b38f2082", 128508558},

-	 	{"resmap.003", 0, "222096000bd83a1d56577114a452cccf", 1636},

-	 	{"ressci.003", 0, "2a68edd064e5e4937b5e9c74b38f2082", 6954219},

-		AD_LISTEND},

-	 	Common::DE_DEU, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO4(GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},

-

+	// RAMA - German Windows CD (from farmboy0, in pull request 397)
+	{"rama", "", {
+		{"resmap.001", 0, "f68cd73308c46977a9632dfc618e1e38", 8338},
+	 	{"ressci.001", 0, "2a68edd064e5e4937b5e9c74b38f2082", 70595521},
+	 	{"resmap.002", 0, "891fc2f5d9e23e7d9a9454acc7aaae52", 12082},
+	 	{"ressci.002", 0, "2a68edd064e5e4937b5e9c74b38f2082", 128508558},
+	 	{"resmap.003", 0, "222096000bd83a1d56577114a452cccf", 1636},
+	 	{"ressci.003", 0, "2a68edd064e5e4937b5e9c74b38f2082", 6954219},
+		AD_LISTEND},
+	 	Common::DE_DEU, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO4(GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
+
 	// RAMA - Italian Windows CD (from glorifindel)
 	// SCI interpreter version 3.000.000 (a guess?)
 	{"rama", "", {






More information about the Scummvm-git-logs mailing list