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 1ae894f2df..5fc579039f 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -1295,6 +1295,19 @@ static const GOBGameDescription gameDescriptions[] = {  		kFeaturesAdlib,  		"intro"  	}, +	{ // Supplied by SiRoCs in bug report #2098621 +		{ +			"gob3", +			"", +			AD_ENTRY1s("intro.stk", "d3b72938fbbc8159198088811f9e6d19", 160382), +			ES_ESP, +			kPlatformPC, +			Common::ADGF_NO_FLAGS +		}, +		kGameTypeGob3, +		kFeaturesAdlib, +		"intro" +	},  	{  		{  			"gob3", | 
