[Scummvm-cvs-logs] scummvm master -> 3fc63d37b6b50c295cd1962277d9893f9d4864c3

somaen einarjohants at gmail.com
Sun Apr 6 14:30:53 CEST 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:
3fc63d37b6 WINTERMUTE: Add detection for 1/2 Ritter


Commit: 3fc63d37b6b50c295cd1962277d9893f9d4864c3
    https://github.com/scummvm/scummvm/commit/3fc63d37b6b50c295cd1962277d9893f9d4864c3
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2014-04-06T14:28:25+02:00

Commit Message:
WINTERMUTE: Add detection for 1/2 Ritter

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 7e26cd7..490fe7a 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -60,6 +60,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"reversion1",      "Reversion: The Escape"},
 	{"reversion2",      "Reversion: The Meeting"},
 	{"rhiannon",		"Rhiannon: Curse of the four Branches"},
+	{"ritter",			"1 1/2 Ritter: Auf der Suche nach der hinreissenden Herzelinde"},
 	{"rosemary",        "Rosemary"},
 	{"securanote",      "Securanote"},
 	{"shaban",          "Shaban"},
@@ -1083,6 +1084,16 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE,
 		GUIO0()
 	},
+	// 1 1/2 Ritter: Auf der Suche nach der hinreissenden Herzelinde
+	{
+		"ritter",
+		"",
+		AD_ENTRY1s("data.dcp", "5ac416cee605d3a30f4d59687b1cdab2", 364260278),
+		Common::DE_DEU,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
 	// Rosemary
 	{
 		"rosemary",






More information about the Scummvm-git-logs mailing list