[Scummvm-git-logs] scummvm master -> 33e38d88cda88ff3be1569765dbe68a4f8c276d2
sev-
noreply at scummvm.org
Sun Nov 10 22:53:26 UTC 2024
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:
33e38d88cd MOHAWK: Clarified file size for harryhh v1.1
Commit: 33e38d88cda88ff3be1569765dbe68a4f8c276d2
https://github.com/scummvm/scummvm/commit/33e38d88cda88ff3be1569765dbe68a4f8c276d2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-10T23:53:03+01:00
Commit Message:
MOHAWK: Clarified file size for harryhh v1.1
Changed paths:
engines/mohawk/detection_tables.h
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index b19a50d6f64..8e02e408a93 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1188,7 +1188,7 @@ static const MohawkGameDescription gameDescriptions[] = {
{
"harryhh",
"v1.1",
- AD_ENTRY1("HARRY.512", "8d786f0998f27e44603a2202d6786c25"),
+ AD_ENTRY1s("HARRY.512", "8d786f0998f27e44603a2202d6786c25", 2381),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
More information about the Scummvm-git-logs
mailing list