[Scummvm-git-logs] scummvm master -> e9bb89b5d965c9518217871d741e607303205966
bluegr
noreply at scummvm.org
Sun May 29 06:52:37 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:
e9bb89b5d9 PLUMBERS: Add 3DO md5 hash
Commit: e9bb89b5d965c9518217871d741e607303205966
https://github.com/scummvm/scummvm/commit/e9bb89b5d965c9518217871d741e607303205966
Author: eientei (einstein95 at users.noreply.github.com)
Date: 2022-05-29T09:52:34+03:00
Commit Message:
PLUMBERS: Add 3DO md5 hash
Changed paths:
engines/plumbers/detection.cpp
diff --git a/engines/plumbers/detection.cpp b/engines/plumbers/detection.cpp
index 7145551cbe5..0cee2cd0600 100644
--- a/engines/plumbers/detection.cpp
+++ b/engines/plumbers/detection.cpp
@@ -54,7 +54,7 @@ static const ADGameDescription gameDescriptions[] = {
{
"plumbers",
nullptr,
- AD_ENTRY1s("launchme", nullptr, 143300), // FIXME: Add MD5sum to entry
+ AD_ENTRY1s("launchme", "d3ab77d1a8a2289422a0f51e7aa91821", 143300),
Common::EN_ANY,
Common::kPlatform3DO,
ADGF_UNSTABLE,
More information about the Scummvm-git-logs
mailing list