diff options
| author | Arnaud Boutonné | 2009-12-19 23:33:48 +0000 | 
|---|---|---|
| committer | Arnaud Boutonné | 2009-12-19 23:33:48 +0000 | 
| commit | 3da285432b0debb46e2f544b06a442cce47c256f (patch) | |
| tree | f6804a5982548173c2b034d00a810785c16b9353 | |
| parent | 0c1b646c7feb649ad8c0f77a5129d5ad1b3d84b1 (diff) | |
| download | scummvm-rg350-3da285432b0debb46e2f544b06a442cce47c256f.tar.gz scummvm-rg350-3da285432b0debb46e2f544b06a442cce47c256f.tar.bz2 scummvm-rg350-3da285432b0debb46e2f544b06a442cce47c256f.zip | |
gob - Remove detection of a cracked version of Lost in Time
svn-id: r46423
| -rw-r--r-- | engines/gob/detection.cpp | 14 | 
1 files changed, 0 insertions, 14 deletions
| diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 2aef3675a3..29efe510fa 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -1904,20 +1904,6 @@ static const GOBGameDescription gameDescriptions[] = {  		kFeaturesAdlib,  		0, 0, 0  	}, -	{ // Supplied by Arshlan in the forums -		{ -			"lit", -			"", -			AD_ENTRY1s("intro.stk", "3712e7527ba8ce5637d2aadf62783005", 72318), -			FR_FRA, -			kPlatformPC, -			ADGF_NO_FLAGS, -			GUIO_NOSUBTITLES | GUIO_NOSPEECH -		}, -		kGameTypeLostInTime, -		kFeaturesAdlib, -		0, 0, 0 -	},  	{ // Supplied by cartman_ on #scummvm  		{  			"lit", | 
