diff options
| author | Sven Hesse | 2008-02-02 20:18:29 +0000 | 
|---|---|---|
| committer | Sven Hesse | 2008-02-02 20:18:29 +0000 | 
| commit | 23ca56961c622051531bfa24e10c89b7211d57ca (patch) | |
| tree | f1e06879bde81c097999822df3199afb2a10a4cd | |
| parent | 97eb13c22fbb23c31a3158317bcbf6ef44143490 (diff) | |
| download | scummvm-rg350-23ca56961c622051531bfa24e10c89b7211d57ca.tar.gz scummvm-rg350-23ca56961c622051531bfa24e10c89b7211d57ca.tar.bz2 scummvm-rg350-23ca56961c622051531bfa24e10c89b7211d57ca.zip  | |
Added the MD5 for Gob2 English Amiga as supplied by fac76 in bug report #1883808
svn-id: r30744
| -rw-r--r-- | engines/gob/detection.cpp | 13 | 
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 029d5174f3..c16fb258ed 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -425,6 +425,19 @@ static const GOBGameDescription gameDescriptions[] = {  		kFeaturesAdlib,  		"intro"  	}, +	{ // Supplied by fac76 in bug report #1883808 +		{ +			"gob2", +			"", +			AD_ENTRY1s("intro.stk", "eebf2810122cfd17399260cd1468e994", 554014), +			EN_ANY, +			kPlatformAmiga, +			Common::ADGF_NO_FLAGS +		}, +		kGameTypeGob2, +		kFeaturesNone, +		"intro" +	},  	{  		{  			"gob2",  | 
