[Scummvm-git-logs] scummvm master -> b593b0d01157469a9f0629cc4e7e8f971409b94d
aquadran
aquadran at gmail.com
Sat Oct 31 19:46:27 UTC 2020
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:
b593b0d011 WINTERMUTE: Added "Eight Squares in The Garden" to detection entries
Commit: b593b0d01157469a9f0629cc4e7e8f971409b94d
https://github.com/scummvm/scummvm/commit/b593b0d01157469a9f0629cc4e7e8f971409b94d
Author: PaweÅ KoÅodziejski (aquadran at users.sourceforge.net)
Date: 2020-10-31T20:46:18+01:00
Commit Message:
WINTERMUTE: Added "Eight Squares in The Garden" to detection entries
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index d66b802c1e..6c95e53b8b 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -28,6 +28,7 @@ namespace Wintermute {
static const PlainGameDescriptor wintermuteGames[] = {
{"5ld", "Five Lethal Demons"},
{"5ma", "Five Magical Amulets"},
+ {"8squares", "Eight Squares in The Garden"},
{"actualdest", "Actual Destination"},
{"agustin", "Boredom of Agustin Cordes"},
{"alavi", "Informer Alavi - Murder of Miss Rojan"},
@@ -241,6 +242,10 @@ static const WMEGameDescription gameDescriptions[] = {
WME_ENTRY2s("polish.dcp", "bb877d48795471a17f25b0b5109100d1", 1132197,
"data.dcp", "0134e92bcd5fd2837df3971087e96067", 163316498), Common::PL_POL, ADGF_UNSTABLE, WME_1_3_3),
+ // Eight Squares in The Garden
+ WME_WINENTRY("8squares", "",
+ WME_ENTRY1s("data.dcp", "8788577bffe33ae059e13aa862dabd31", 29931982), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_6),
+
// Actual Destination
WME_WINENTRY("actualdest", "",
WME_ENTRY1s("data.dcp", "6926f44b26f21ceb1d840eaab9aeb510", 9081740), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_11),
More information about the Scummvm-git-logs
mailing list