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

elasota noreply at scummvm.org
Tue Jun 6 06:01:21 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:
ad9b94fb7e VCRUISE: Fix incorrect file size


Commit: ad9b94fb7ef07a478bd6ece1cc6b559dc79135c5
    https://github.com/scummvm/scummvm/commit/ad9b94fb7ef07a478bd6ece1cc6b559dc79135c5
Author: elasota (ejlasota at gmail.com)
Date: 2023-06-06T02:01:01-04:00

Commit Message:
VCRUISE: Fix incorrect file size

Changed paths:
    engines/vcruise/detection_tables.h


diff --git a/engines/vcruise/detection_tables.h b/engines/vcruise/detection_tables.h
index 24f764ad405..de7011204b5 100644
--- a/engines/vcruise/detection_tables.h
+++ b/engines/vcruise/detection_tables.h
@@ -118,7 +118,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 			"reah",
 			"English Digital + Russian Community Patch",
 			AD_ENTRY3s("Reah.exe", "60ec19c53f1323cc7f0314f98d396283", 304128,
-					   "0170_b.wav", "4632023ed0bab3fc800abfa5ef65ceaf", 121220,
+					   "0170_b.wav", "4632023ed0bab3fc800abfa5ef65ceaf", 119850,
 					   "Speech01.txt", "a4eaace1299de1d70805532fc0643a77", 72689),
 			Common::RU_RUS,
 			Common::kPlatformWindows,




More information about the Scummvm-git-logs mailing list