diff options
| author | Einar Johan Trøan Sømåen | 2014-05-31 20:57:15 +0200 | 
|---|---|---|
| committer | Einar Johan Trøan Sømåen | 2014-05-31 20:57:15 +0200 | 
| commit | 7141df0729f8631f694525f7caac53079e69803f (patch) | |
| tree | fb3a8f8b7684b87b63275c20ca0ea9b50ead0e5b | |
| parent | 6283e7f423509aef5a6d37a61f4c664149e55b5f (diff) | |
| download | scummvm-rg350-7141df0729f8631f694525f7caac53079e69803f.tar.gz scummvm-rg350-7141df0729f8631f694525f7caac53079e69803f.tar.bz2 scummvm-rg350-7141df0729f8631f694525f7caac53079e69803f.zip  | |
WINTERMUTE: Add another Rhiannon-version to the detection tables.
As it's unclear how this version differs from the current version,
I've tagged it as DVD.
| -rw-r--r-- | engines/wintermute/detection_tables.h | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 6556d3b34a..130a68cb3b 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -1084,6 +1084,16 @@ static const ADGameDescription gameDescriptions[] = {  		ADGF_UNSTABLE,  		GUIO0()  	}, +	// Rhiannon: Curse of the four Branches (English PC DVD) +	{ +		"rhiannon", +		"DVD", +		AD_ENTRY1s("data.dcp", "6736bbc921bb6ce5161b3ad095a97bd4", 1053441028), +		Common::EN_ANY, +		Common::kPlatformWindows, +		ADGF_UNSTABLE, +		GUIO0() +	},  	// 1 1/2 Ritter: Auf der Suche nach der hinreissenden Herzelinde  	{  		"ritter",  | 
