diff options
| author | strangerke | 2011-03-13 16:15:09 +0100 | 
|---|---|---|
| committer | strangerke | 2011-03-13 16:15:09 +0100 | 
| commit | 29d0078b7009ccbf0ee406faaf441787f42e73c9 (patch) | |
| tree | d165ef56cf37bbc24ece34a0091b6d14ab633435 | |
| parent | 3148f9264cf92fefcabecbd83505af39b8ec77dc (diff) | |
| download | scummvm-rg350-29d0078b7009ccbf0ee406faaf441787f42e73c9.tar.gz scummvm-rg350-29d0078b7009ccbf0ee406faaf441787f42e73c9.tar.bz2 scummvm-rg350-29d0078b7009ccbf0ee406faaf441787f42e73c9.zip | |
TSAGE: Add detection for "First Wave" ringworld (english)
| -rw-r--r-- | engines/tsage/detection_tables.h | 15 | 
1 files changed, 14 insertions, 1 deletions
| diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h index eac11c3e07..429d6aecdb 100644 --- a/engines/tsage/detection_tables.h +++ b/engines/tsage/detection_tables.h @@ -41,7 +41,20 @@ static const tSageGameDescription gameDescriptions[] = {  		GType_Ringworld,  		GF_CD  	}, - +	// Ringworld First Wave English CD version +	{ +		{  +			"ring", +			"CD", +			AD_ENTRY1s("ring.rlb", "0a25b4ee58d44a54425c0b47e5096bbc", 37847618), +			Common::EN_ANY, +			Common::kPlatformPC, +			ADGF_NO_FLAGS, +			Common::GUIO_NONE +		}, +		GType_Ringworld, +		GF_CD +	},  	// Ringworld English Floppy version  	{  		{ | 
