diff options
author | Strangerke | 2011-06-10 23:57:38 +0200 |
---|---|---|
committer | Strangerke | 2011-06-10 23:57:38 +0200 |
commit | 154316b198fcf9fb06ce14e8cc922021c75bc0fb (patch) | |
tree | aae611278ffb4c77956c51adddaa3685fbd44836 /engines | |
parent | 6183658555b95c54eba29a3dc73bd63937dce2cd (diff) | |
download | scummvm-rg350-154316b198fcf9fb06ce14e8cc922021c75bc0fb.tar.gz scummvm-rg350-154316b198fcf9fb06ce14e8cc922021c75bc0fb.tar.bz2 scummvm-rg350-154316b198fcf9fb06ce14e8cc922021c75bc0fb.zip |
TSAGE: Update MD5 for ringworld demo #1
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tsage/detection_tables.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h index bf163b7c9c..fb97e40449 100644 --- a/engines/tsage/detection_tables.h +++ b/engines/tsage/detection_tables.h @@ -52,14 +52,12 @@ static const tSageGameDescription gameDescriptions[] = { GType_Ringworld, GF_FLOPPY }, -#if 0 - // FIXME: Compute new MD5s based on 5000 bytes instead of 0 (unlimited) // Ringworld English Floppy Demo #1 version { { "ring", "Floppy Demo", - AD_ENTRY1s("tsage.rlb", "bf4e8525d0cab84b08b57126092eeacd", 833453), + AD_ENTRY1s("tsage.rlb", "3b3604a97c06c91f3735d3e9d341f63f", 833453), Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, @@ -68,6 +66,7 @@ static const tSageGameDescription gameDescriptions[] = { GType_Ringworld, GF_FLOPPY | GF_DEMO }, +#if 0 // FIXME: Compute new MD5s based on 5000 bytes instead of 0 (unlimited) // Ringworld English Floppy Demo #2 version { |