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 f2bf5ffb58..6c7e930e03 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -702,6 +702,18 @@ static const GOBGameDescription gameDescriptions[] = {  		GF_BARGON,  		"intro"  	}, +	{ // Supplied by paul66 in bug #1692667 +		{ +			"bargon", +			"", +			AD_ENTRY1s("intro.stk", "da3c54be18ab73fbdb32db24624a9c23", 3181825), +			DE_DEU, +			kPlatformPC, +			Common::ADGF_NO_FLAGS +		}, +		GF_BARGON, +		"intro" +	},  	{  		{  			"gob3",  | 
