[Scummvm-git-logs] scummvm master -> 2059aa508549739042dcbbf00dc32907fc0750c1
aquadran
noreply at scummvm.org
Mon Jul 11 19:25:03 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:
2059aa5085 WINTERMUTE: Added 'Mystic Triddle' demo
Commit: 2059aa508549739042dcbbf00dc32907fc0750c1
https://github.com/scummvm/scummvm/commit/2059aa508549739042dcbbf00dc32907fc0750c1
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-07-11T21:24:57+02:00
Commit Message:
WINTERMUTE: Added 'Mystic Triddle' demo
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 2b6dd006542..adab340a953 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -112,6 +112,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"miskatonic1", "Miskatonic. Part One"},
{"msos", "Monday Starts on Saturday"},
{"mukhtar", "Mukhtar and his Team"},
+ {"mystictriddle", "Mystic Triddle"},
{"mythguff", "Myth: A Guff's Tale"},
{"nighttrain", "Night Train"},
{"oknytt", "Oknytt"},
@@ -1723,6 +1724,10 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("mukhtar", "",
WME_ENTRY1s("data.dcp", "ed1deb8e6b2ce0a50ba26e035bdb7006", 1086177292), Common::RU_RUS, ADGF_UNSTABLE | GF_3D, WME_1_9_1),
+ // Mystic Triddle (Demo)
+ WME_WINENTRY("mystictriddle", "Demo",
+ WME_ENTRY1s("data.dcp", "77b54c83d49f2cd9d78d319bafa8a4bd", 27716095), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_5_2),
+
// Myth: A Guff's Tale
WME_WINENTRY("mythguff", "",
WME_ENTRY1s("data.dcp", "ef53dddd2264a7d5b13f3d71da5261e4", 675663078), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),
More information about the Scummvm-git-logs
mailing list