diff options
author | Paul Gilbert | 2011-06-16 18:44:37 +1000 |
---|---|---|
committer | Paul Gilbert | 2011-06-16 18:44:37 +1000 |
commit | c6ae2acae5750674f8291624d99838281954ebe1 (patch) | |
tree | ab2982213a26ff73f0819f9417dd3109b78b71a0 /engines/tsage | |
parent | 51905728c3f7ae94b54d5a364289cf266c886fae (diff) | |
download | scummvm-rg350-c6ae2acae5750674f8291624d99838281954ebe1.tar.gz scummvm-rg350-c6ae2acae5750674f8291624d99838281954ebe1.tar.bz2 scummvm-rg350-c6ae2acae5750674f8291624d99838281954ebe1.zip |
TSAGE: Added correct 5000 byte MD5 for Ringworld Demo #2
Diffstat (limited to 'engines/tsage')
-rw-r--r-- | engines/tsage/detection_tables.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h index fb97e40449..4cd74ff13d 100644 --- a/engines/tsage/detection_tables.h +++ b/engines/tsage/detection_tables.h @@ -66,14 +66,13 @@ 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 { { "ring", "Floppy Demo", - AD_ENTRY1s("demoring.rlb", "9ecf48e088a0d475778fab480b3dbdd0", 832206), + AD_ENTRY1s("demoring.rlb", "64050e1806203b15bb03876140eb4f56", 832206), Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, @@ -82,6 +81,7 @@ static const tSageGameDescription gameDescriptions[] = { GType_Ringworld, GF_FLOPPY | GF_DEMO | GF_ALT_REGIONS }, +#if 0 // FIXME: Compute new MD5s based on 5000 bytes instead of 0 (unlimited) // Blue Force floppy { |