diff options
| -rw-r--r-- | engines/gob/detection_tables.h | 45 | 
1 files changed, 31 insertions, 14 deletions
| diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h index 08e6f1015d..0e7870b471 100644 --- a/engines/gob/detection_tables.h +++ b/engines/gob/detection_tables.h @@ -1798,6 +1798,22 @@ static const GOBGameDescription gameDescriptions[] = {  		kFeaturesAdLib | kFeaturesEGA,  		0, 0, 0  	}, +//  This version is not detected on purpose: it's a pirated version. +//  Tagged ADGF_PIRATED! Do not re-add nor un-tag! +	{ +		{ +			"lit", +			"", +			AD_ENTRY1s("intro.stk", "3712e7527ba8ce5637d2aadf62783005", 72318), +			FR_FRA, +			kPlatformPC, +			ADGF_PIRATED, +			GUIO_NOSUBTITLES | GUIO_NOSPEECH +		}, +		kGameTypeLostInTime, +		kFeaturesAdLib, +		0, 0, 0 +	},  	{  		{  			"lit", @@ -2221,20 +2237,21 @@ static const GOBGameDescription gameDescriptions[] = {  		"demo.stk", "demo.tot", 0  	},  //  This version is not detected on purpose: it's a pirated version, using a corrupted crack. -//	{ -//		{ -//			"fascination", -//			"", -//			AD_ENTRY1s("disk0.stk", "c14330d052fe4da5a441ac9d81bc5891", 1061955), -//			UNK_LANG, -//			kPlatformPC, -//			ADGF_NO_FLAGS, -//			GUIO_NOSUBTITLES | GUIO_NOSPEECH -//		}, -//		kGameTypeFascination, -//		kFeaturesAdLib, -//		"disk0.stk", 0, 0 -//	}, +//  Tagged ADGF_PIRATED! Do not re-add nor un-tag! +	{ +		{ +			"fascination", +			"", +			AD_ENTRY1s("disk0.stk", "c14330d052fe4da5a441ac9d81bc5891", 1061955), +			UNK_LANG, +			kPlatformPC, +			ADGF_PIRATED, +			GUIO_NOSUBTITLES | GUIO_NOSPEECH +		}, +		kGameTypeFascination, +		kFeaturesAdLib, +		"disk0.stk", 0, 0 +	},  	{  		{  			"fascination", | 
