[Scummvm-git-logs] scummvm master -> 517ca67cfce1f9773e234136e1a11ff0766b7579
aquadran
aquadran at gmail.com
Sat Aug 21 06:00:10 UTC 2021
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:
517ca67cfc GRIM: Revert "GRIM: Add Monkey4 Steam/GOG version detection"
Commit: 517ca67cfce1f9773e234136e1a11ff0766b7579
https://github.com/scummvm/scummvm/commit/517ca67cfce1f9773e234136e1a11ff0766b7579
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2021-08-21T08:00:05+02:00
Commit Message:
GRIM: Revert "GRIM: Add Monkey4 Steam/GOG version detection"
Changed paths:
engines/grim/detection.cpp
diff --git a/engines/grim/detection.cpp b/engines/grim/detection.cpp
index 840cccd5d9..135e4bece8 100644
--- a/engines/grim/detection.cpp
+++ b/engines/grim/detection.cpp
@@ -460,71 +460,6 @@ static const GrimGameDescription gameDescriptions[] = {
},
GType_MONKEY4
},
- {
- // Escape from Monkey Island English Steam/GOG
- {
- "monkey4",
- "",
- AD_ENTRY1s("artAll.m4b", "8c7db9dab564854f2c4bab0571104780", 18515664),
- Common::EN_ANY,
- Common::kPlatformWindows,
- ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
- {
- // Escape from Monkey Island German Steam/GOG
- {
- "monkey4",
- "",
- AD_ENTRY1s("artAll.m4b", "7c1da307c5c3eb1ba65b7c1a2e6b5bce", 18512568),
- Common::DE_DEU,
- Common::kPlatformWindows,
- ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
- {
- // Escape from Monkey Island French Steam/GOG
- {
- "monkey4",
- "",
- AD_ENTRY1s("artAll.m4b", "e0fbba846efca842553bb1a726a25dcf", 18514420),
- Common::FR_FRA,
- Common::kPlatformWindows,
- ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
- {
- // Escape from Monkey Island Italian Steam/GOG
- {
- "monkey4",
- "",
- AD_ENTRY1s("artAll.m4b", "b9838ab13a672a42b1fbc8893b94ca26", 18513451),
- Common::IT_ITA,
- Common::kPlatformWindows,
- ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
- {
- // Escape from Monkey Island Spanish Steam/GOG
- {
- "monkey4",
- "",
- AD_ENTRY1s("artAll.m4b", "f2ec4854639cd25792dd3e88fb08a1e6", 18514404),
- Common::ES_ESP,
- Common::kPlatformWindows,
- ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
{
// Escape from Monkey Island German (Mac)
{
More information about the Scummvm-git-logs
mailing list