[Scummvm-git-logs] scummvm master -> f42b7294c7e7e60c65ae84ca3f29fc44314fd3b3

elasota noreply at scummvm.org
Mon May 8 00:59:36 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:
f42b7294c7 VCRUISE: Fix bad file size in German version detection.


Commit: f42b7294c7e7e60c65ae84ca3f29fc44314fd3b3
    https://github.com/scummvm/scummvm/commit/f42b7294c7e7e60c65ae84ca3f29fc44314fd3b3
Author: elasota (ejlasota at gmail.com)
Date: 2023-05-07T20:59:07-04:00

Commit Message:
VCRUISE: Fix bad file size in German version detection.

Changed paths:
    engines/vcruise/detection_tables.h


diff --git a/engines/vcruise/detection_tables.h b/engines/vcruise/detection_tables.h
index 8705bf5a3d4..7a8e076b7fa 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", 1),
+					   "0170_b.wav", "117890A4A74815D704FC5064D92F58D1", 121220),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
 			ADGF_TESTING,




More information about the Scummvm-git-logs mailing list