[Scummvm-git-logs] scummvm master -> 03696b003519ad11004e1d07cd9c2d42779f4e61
bluegr
bluegr at gmail.com
Mon Oct 25 13:13:33 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:
03696b0035 CRYO: Add MD5 for non-interactive demo
Commit: 03696b003519ad11004e1d07cd9c2d42779f4e61
https://github.com/scummvm/scummvm/commit/03696b003519ad11004e1d07cd9c2d42779f4e61
Author: eientei (log.butt at gmail.com)
Date: 2021-10-25T16:13:30+03:00
Commit Message:
CRYO: Add MD5 for non-interactive demo
Changed paths:
engines/cryo/detection.cpp
diff --git a/engines/cryo/detection.cpp b/engines/cryo/detection.cpp
index 7f534100c2..a360f5e77d 100644
--- a/engines/cryo/detection.cpp
+++ b/engines/cryo/detection.cpp
@@ -39,7 +39,7 @@ static const ADGameDescription gameDescriptions[] = {
{
"losteden",
0,
- AD_ENTRY1s("EDEN6.HSQ", 0, 17093),
+ AD_ENTRY1s("EDEN6.HSQ", "00b43c44cf2ac50b1a45dfad5fa5360d", 17093),
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_DEMO | ADGF_UNSTABLE,
More information about the Scummvm-git-logs
mailing list