diff options
| -rw-r--r-- | engines/gob/detection.cpp | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 296a55ec22..d8e85287b8 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -762,6 +762,18 @@ static const GOBGameDescription gameDescriptions[] = {  		GF_GOB3,  		"intro"  	}, +	{ // Supplied by Paranoimia on #scummvm +		{ +			"gob3", +			"", +			AD_ENTRY1s("intro.stk", "fe8144daece35538085adb59c2d29613", 159402), +			IT_ITA, +			kPlatformPC, +			Common::ADGF_NO_FLAGS +		}, +		GF_GOB3, +		"intro" +	},  	{  		{  			"gob3", | 
