diff options
author | Arnaud Boutonné | 2009-05-05 17:01:22 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-05-05 17:01:22 +0000 |
commit | 10c29205e6e4f94adc389bfe980f4ccc5f0c3eab (patch) | |
tree | 354447ec12ed077b330144c1d6e29d90dc5d76db /engines | |
parent | e9e9725946e40210c9f92504aade58ec1c1e333a (diff) | |
download | scummvm-rg350-10c29205e6e4f94adc389bfe980f4ccc5f0c3eab.tar.gz scummvm-rg350-10c29205e6e4f94adc389bfe980f4ccc5f0c3eab.tar.bz2 scummvm-rg350-10c29205e6e4f94adc389bfe980f4ccc5f0c3eab.zip |
Gob - Fix Fascination CD file size thanks to joostp
svn-id: r40331
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gob/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index fb155bd96a..0573e1184a 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -1526,7 +1526,7 @@ static const GOBGameDescription gameDescriptions[] = { { "fascination", "CD Version (Censored)", - AD_ENTRY1s("disk0.stk", "9c61e9c22077f72921f07153e37ccf01", 545952), + AD_ENTRY1s("disk0.stk", "9c61e9c22077f72921f07153e37ccf01", 545953), EN_ANY, kPlatformPC, ADGF_NO_FLAGS, |