[Scummvm-git-logs] scummvm master -> 6761ef67cf71edc0e3a70e9279829d510e3a62f0

lephilousophe lephilousophe at users.noreply.github.com
Thu Aug 15 09:33:12 CEST 2019


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:
6761ef67cf CRYOMNI3D: Fix Spanish compressed file size


Commit: 6761ef67cf71edc0e3a70e9279829d510e3a62f0
    https://github.com/scummvm/scummvm/commit/6761ef67cf71edc0e3a70e9279829d510e3a62f0
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2019-08-15T09:32:07+02:00

Commit Message:
CRYOMNI3D: Fix Spanish compressed file size

That was reported in forums and it's due to bad copy-paste

Changed paths:
    engines/cryomni3d/detection_tables.h


diff --git a/engines/cryomni3d/detection_tables.h b/engines/cryomni3d/detection_tables.h
index 7f30dd0..cdcb239 100644
--- a/engines/cryomni3d/detection_tables.h
+++ b/engines/cryomni3d/detection_tables.h
@@ -253,7 +253,7 @@ static const CryOmni3DGameDescription gameDescriptions[] = {
 		{
 			"versailles",
 			"",
-			AD_ENTRY1s("PROGRAM.Z", "9e7c0c3125124010d45dde9dc62744ef", 346112),
+			AD_ENTRY1s("PROGRAM.Z", "9e7c0c3125124010d45dde9dc62744ef", 237800),
 			Common::ES_ESP,
 			Common::kPlatformWindows,
 			ADGF_TESTING,





More information about the Scummvm-git-logs mailing list