[Scummvm-git-logs] scummvm master -> 43e36954bcec1e28a2d6e94f030048f4349b8a3f
bluegr
noreply at scummvm.org
Fri Dec 29 18:31:27 UTC 2023
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:
43e36954bc PEGASUS: Fix detection for the DVD demo
Commit: 43e36954bcec1e28a2d6e94f030048f4349b8a3f
https://github.com/scummvm/scummvm/commit/43e36954bcec1e28a2d6e94f030048f4349b8a3f
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2023-12-29T20:31:23+02:00
Commit Message:
PEGASUS: Fix detection for the DVD demo
Changed paths:
engines/pegasus/detection.cpp
diff --git a/engines/pegasus/detection.cpp b/engines/pegasus/detection.cpp
index c7c558a2b72..a505262f68b 100644
--- a/engines/pegasus/detection.cpp
+++ b/engines/pegasus/detection.cpp
@@ -118,7 +118,7 @@ static const PegasusGameDescription gameDescriptions[] = {
{
"pegasus",
"DVD Demo",
- AD_ENTRY1s("JMP PP Resources", "d0fcda50dc75c7a81ae314e6a813f4d2", 93495), // FIXMEMD5
+ AD_ENTRY1s("JMP PP Resources", "r:d0fcda50dc75c7a81ae314e6a813f4d2", 93239),
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_MACRESFORK | ADGF_DEMO | GF_DVD,
@@ -130,7 +130,7 @@ static const PegasusGameDescription gameDescriptions[] = {
{
"pegasus",
"DVD Demo",
- AD_ENTRY1s("JMP PP Resources", "d0fcda50dc75c7a81ae314e6a813f4d2", 93495),
+ AD_ENTRY1s("JMP PP Resources", "r:d0fcda50dc75c7a81ae314e6a813f4d2", 93239),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_MACRESFORK | ADGF_DEMO | GF_DVD,
More information about the Scummvm-git-logs
mailing list