[Scummvm-git-logs] scummvm master -> cb4905939f9af2b9795cdf9c1b457f57668aebc8

aquadran noreply at scummvm.org
Mon Jul 11 18:50:11 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:
cb4905939f WINTERMUTE: Added 'Klaymen Episodes: Pilot'


Commit: cb4905939f9af2b9795cdf9c1b457f57668aebc8
    https://github.com/scummvm/scummvm/commit/cb4905939f9af2b9795cdf9c1b457f57668aebc8
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-07-11T20:50:06+02:00

Commit Message:
WINTERMUTE: Added 'Klaymen Episodes: Pilot'

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 728f840ab10..fa2b839c5ee 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -95,6 +95,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"idiotstale",      "The Idiot's Tale"},
 	{"imustkill",       "I Must Kill...: Fresh Meat"},
 	{"jamesperis",      "James Peris: No License Nor Control"},
+	{"klaymen1",        "Klaymen Episodes: Pilot"},
 	{"knossos",         "K'NOSSOS"},
 	{"kulivocko",       "Kulivocko"},
 	{"lifein3minutes",  "Life In 3 Minutes"},
@@ -1627,6 +1628,10 @@ static const WMEGameDescription gameDescriptions[] = {
 	WME_WINENTRY("juliauntold", "GOG",
 		WME_ENTRY1s("data.dcp", "b0aefd82647a26425fe3ee21aabb6283", 26462676), Common::EN_ANY, ADGF_UNSTABLE, WME_LITE),
 
+	// Klaymen Episodes: Pilot
+	WME_WINENTRY("klaymen1", "",
+		WME_ENTRY1s("data.dcp", "8a066d13d32567ca88a6918bfa3c01fa", 17086470), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_6),
+
 	// K'NOSSOS
 	WME_WINENTRY("knossos", "",
 		WME_ENTRY1s("K'NOSSOS.exe", "694e488cc99bb78d2fe906f82d3ee9e1", 1654383903), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_3),




More information about the Scummvm-git-logs mailing list