diff options
| -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 8351f2ecfb..63a0f8f45b 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -277,6 +277,19 @@ static const GOBGameDescription gameDescriptions[] = {  		kFeaturesNone,  		"intro"  	}, +	{ // Supplied by raina in the forums +		{ +			"gob1", +			"", +			AD_ENTRY1s("intro.stk", "6d837c6380d8f4d984c9f6cc0026df4f", 192712), +			EN_ANY, +			kPlatformMacintosh, +			Common::ADGF_NO_FLAGS +		}, +		kGameTypeGob1, +		kFeaturesNone, +		"intro" +	},  	{ // Supplied by paul66 in bug report #1652352  		{  			"gob1", | 
