[Scummvm-git-logs] scummvm master -> ed3b64f76292147f786f09b6149846d56f2d1855
aquadran
noreply at scummvm.org
Mon Jul 11 22:28:34 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:
ed3b64f762 WINTERMUTE: Added "Precious Pills, Blasting Bacon and Mowing Minds"
Commit: ed3b64f76292147f786f09b6149846d56f2d1855
https://github.com/scummvm/scummvm/commit/ed3b64f76292147f786f09b6149846d56f2d1855
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-07-12T00:28:29+02:00
Commit Message:
WINTERMUTE: Added "Precious Pills, Blasting Bacon and Mowing Minds"
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 67c9ba15c53..64e6228588d 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -128,6 +128,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"pigeons", "Pigeons in the Park"},
{"pizzamorgana", "Pizza Morgana: Episode 1 - Monsters and Manipulations in the Magical Forest"},
{"polechudes", "Pole Chudes"},
+ {"preciouspills", "Precious Pills, Blasting Bacon and Mowing Minds"},
{"projectdoom", "Project: Doom"},
{"projectjoe", "Project Joe"},
{"qajarycat", "Qajary Cat"},
@@ -1841,6 +1842,10 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("polechudes", "",
WME_ENTRY1s("data.dcp", "3329e9af9cb41e052de8d929ea49b594", 76297454), Common::RU_RUS, ADGF_UNSTABLE, WME_HEROCRAFT),
+ // Precious Pills, Blasting Bacon and Mowing Minds
+ WME_WINENTRY("preciouspills", "",
+ WME_ENTRY1s("data.dcp", "9237dac68dd09e07c5d17d5b904774d0", 22451857), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),
+
// Project: Doom (Beta)
WME_WINENTRY("projectdoom", "Beta",
WME_ENTRY1s("data.dcp", "d5894b65a40706845434b99870bcab92", 99223761), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_11),
More information about the Scummvm-git-logs
mailing list