aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d
diff options
context:
space:
mode:
authorLe Philousophe2019-08-15 09:32:07 +0200
committerLe Philousophe2019-08-15 09:32:07 +0200
commit6761ef67cf71edc0e3a70e9279829d510e3a62f0 (patch)
tree7ad71d55ee2d890c3ff1498f389fabd729a5b7b5 /engines/cryomni3d
parent1feb86ee97eaaaf326918d4945cdaa0a2f61d33f (diff)
downloadscummvm-rg350-6761ef67cf71edc0e3a70e9279829d510e3a62f0.tar.gz
scummvm-rg350-6761ef67cf71edc0e3a70e9279829d510e3a62f0.tar.bz2
scummvm-rg350-6761ef67cf71edc0e3a70e9279829d510e3a62f0.zip
CRYOMNI3D: Fix Spanish compressed file size
That was reported in forums and it's due to bad copy-paste
Diffstat (limited to 'engines/cryomni3d')
-rw-r--r--engines/cryomni3d/detection_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cryomni3d/detection_tables.h b/engines/cryomni3d/detection_tables.h
index 7f30dd0381..cdcb239768 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,