[Scummvm-git-logs] scummvm master -> 0de1582836986181b1d2bf1c8f9fdef05d14b1e8
elasota
noreply at scummvm.org
Mon Feb 16 22:22:46 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
0de1582836 VCRUISE: Fix Reah Russian 6 CD using full-file hash for Speech01.txt
Commit: 0de1582836986181b1d2bf1c8f9fdef05d14b1e8
https://github.com/scummvm/scummvm/commit/0de1582836986181b1d2bf1c8f9fdef05d14b1e8
Author: elasota (1137273+elasota at users.noreply.github.com)
Date: 2026-02-16T17:22:23-05:00
Commit Message:
VCRUISE: Fix Reah Russian 6 CD using full-file hash for Speech01.txt
Changed paths:
engines/vcruise/detection_tables.h
diff --git a/engines/vcruise/detection_tables.h b/engines/vcruise/detection_tables.h
index 7a35f684be5..e1106d629a9 100644
--- a/engines/vcruise/detection_tables.h
+++ b/engines/vcruise/detection_tables.h
@@ -113,13 +113,13 @@ static const VCruiseGameDescription gameDescriptions[] = {
GID_REAH,
Common::DE_DEU,
},
- { // Reah: Face the Unknown, Russian 6 CD Version
+ { // Reah: Face the Unknown, Fargus Russian 6 CD Version
{
"reah",
"Russian CD",
AD_ENTRY3s("Reah.exe", "c44224a888035c14e876cbc45519faca", 305664,
"0170_b.wav", "4632023ed0bab3fc800abfa5ef65ceaf", 119850,
- "Speech01.txt", "734478c94944eab9c954c612c70efb9a", 72694),
+ "Speech01.txt", "7ef54faa578564e022ace7627583cb24", 72694),
Common::RU_RUS,
Common::kPlatformWindows,
VCRUISE_GF_FORCE_LANGUAGE,
More information about the Scummvm-git-logs
mailing list