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

bluegr bluegr at gmail.com
Sun Nov 29 14:33:55 UTC 2020


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:
dabb6670a8 SCI: Remove the resource checksum for the audio file in EQ1 Korean


Commit: dabb6670a89bd61e38348cb4b3a6e934bb7437a3
    https://github.com/scummvm/scummvm/commit/dabb6670a89bd61e38348cb4b3a6e934bb7437a3
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2020-11-29T16:33:28+02:00

Commit Message:
SCI: Remove the resource checksum for the audio file in EQ1 Korean

This will now match versions compressed with the compress_sci tool

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index ce1d939606..f2c760ccca 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -569,8 +569,10 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 
 	// Eco Quest - Korean fan translation, based on English DOS CD 1.1
 	// SCI interpreter version 1.001.064
+	// The checksums for the audio file have been removed, to also allow
+	// versions compressed with the compress_sci tool 
 	{"ecoquest", "CD", {
-		{"resource.aud", 0, "1971dcb007a0c064c152175400f4021b", 305187924},
+		{"resource.aud", 0, NULL,                               -1},
 		{"resource.map", 0, "a4b73d5d2b55bdb6e44345e99c8fbdd0", 4804},
 		{"resource.000", 0, "d908dbef56816ac6c60dd145fdeafb2b", 3536046},
 		{"resource.msg", 0, "0c68a203302841adb9faa47ff61edd93", 561801},




More information about the Scummvm-git-logs mailing list