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 5fc579039f..2b0c015677 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -1880,6 +1880,19 @@ static const GOBGameDescription gameDescriptions[] = {  		kFeatures640,  		"intro"  	}, +	{ // Supplied by goodoldgeorg in bug report #2098838 +		{ +			"woodruff", +			"", +			AD_ENTRY1s("intro.stk", "08a96bf061af1fa4f75c6a7cc56b60a4", 20734979), +			PL_POL, +			kPlatformPC, +			Common::ADGF_NO_FLAGS +		}, +		kGameTypeWoodruff, +		kFeatures640, +		"intro" +	},  	{  		{  			"dynasty", | 
