[Scummvm-git-logs] scummvm master -> 5348327da664882b45bddc994660897a07d4b205

somaen einarjohants at gmail.com
Thu Oct 6 00:13:04 CEST 2016


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:
5348327da6 WINTERMUTE: Add detection for german version of 5MA, Fixes #6850


Commit: 5348327da664882b45bddc994660897a07d4b205
    https://github.com/scummvm/scummvm/commit/5348327da664882b45bddc994660897a07d4b205
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2016-10-06T00:12:53+02:00

Commit Message:
WINTERMUTE: Add detection for german version of 5MA, Fixes #6850

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index ca30204..94ff789 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -148,6 +148,10 @@ static const WMEGameDescription gameDescriptions[] = {
 	WME_WINENTRY("5ma", "",
 		WME_ENTRY2s("english.dcp", "2f97bca09260ba23b645da9f0855ce7f", 893681,
 					"data.dcp", "0134e92bcd5fd2837df3971087e96067", 163316498), Common::EN_ANY, ADGF_UNSTABLE, WME_1_7_0),
+	// Five Magical Amulets (German)
+	WME_WINENTRY("5ma", "",
+		WME_ENTRY2s("german.dcp", "bfa74aae81672803d0d0748ac0a532b7", 885150,
+					"data.dcp", "0134e92bcd5fd2837df3971087e96067", 163316498), Common::DE_DEU, ADGF_UNSTABLE, WME_1_7_0),
 	// Five Magical Amulets (Polish)
 	WME_WINENTRY("5ma", "",
 		WME_ENTRY2s("polish.dcp", "bb877d48795471a17f25b0b5109100d1", 1132197,





More information about the Scummvm-git-logs mailing list