[Scummvm-git-logs] scummvm master -> 2a30dd11cd22dd3008cc2e3c22a8f3fea35d8faf

tag2015 noreply at scummvm.org
Tue Nov 1 12:53:47 UTC 2022


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:
2a30dd11cd DIRECTOR: Add detection for B/W version of Amanda Stories


Commit: 2a30dd11cd22dd3008cc2e3c22a8f3fea35d8faf
    https://github.com/scummvm/scummvm/commit/2a30dd11cd22dd3008cc2e3c22a8f3fea35d8faf
Author: Walter Agazzi (tag2015 at gmail.com)
Date: 2022-11-01T13:53:01+01:00

Commit Message:
DIRECTOR: Add detection for B/W version of Amanda Stories

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 4c67a63769c..d40ceaf8d20 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1829,7 +1829,8 @@ static const DirectorGameDescription gameDescriptions[] = {
 
 	MACGAME1("alice2ocean", "", "From Alice to Ocean", "1ae45c23586b41997ba52e2e7c771c4c", 375210, 310),
 
-	MACGAME1("amandastories", "3.0", "AmandaStories", "1687f456d7f2bcf98e84fec6d3a03c17", 353729, 300),
+	MACGAME1("amandastories", "3.0 B&W", "AmandaStories", "fdbf26d3796068ee4ae1a9b6cd052c4e", 195988, 300),
+	MACGAME1("amandastories", "3.0 Color", "AmandaStories", "1687f456d7f2bcf98e84fec6d3a03c17", 353729, 300),
 	MACDEMO1("amandastories", "Sampler", "AmandaStories Sampler", "60cc4ccbab898f1f444088fb5aad90c4", 1783259, 311),
 
 	// Uses audio tracks




More information about the Scummvm-git-logs mailing list