[Scummvm-git-logs] scummvm master -> 06f70c16cb672323efec2269b8749b448a6c1366
elasota
noreply at scummvm.org
Mon May 8 12:17:41 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:
06f70c16cb VCRUISE: Fix wrong file hash for German version.
Commit: 06f70c16cb672323efec2269b8749b448a6c1366
https://github.com/scummvm/scummvm/commit/06f70c16cb672323efec2269b8749b448a6c1366
Author: elasota (ejlasota at gmail.com)
Date: 2023-05-08T08:17:08-04:00
Commit Message:
VCRUISE: Fix wrong file hash for German version.
Changed paths:
engines/vcruise/detection_tables.h
diff --git a/engines/vcruise/detection_tables.h b/engines/vcruise/detection_tables.h
index 51240b0f808..596a77141d5 100644
--- a/engines/vcruise/detection_tables.h
+++ b/engines/vcruise/detection_tables.h
@@ -64,7 +64,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
"reah",
"German CD",
AD_ENTRY2s("Reah.exe", "be29f9f9fc9a454488f9d2fb68e26326", 305664,
- "0170_b.wav", "117890A4A74815D704FC5064D92F58D1", 121220),
+ "0170_b.wav", "478a76fe6c311e824f64f0ec1deec1fc", 121220),
Common::UNK_LANG,
Common::kPlatformWindows,
ADGF_TESTING,
More information about the Scummvm-git-logs
mailing list