diff options
| author | D G Turner | 2013-03-29 01:01:03 +0000 | 
|---|---|---|
| committer | D G Turner | 2013-03-29 01:03:12 +0000 | 
| commit | 668d991efb9b6cc84c9888ac4781f94d6c9381ee (patch) | |
| tree | 06651fdb85e65de362f3efcf9832f50ddacd91fe | |
| parent | d54a57cceea0bff3b0dac9755363f21f2e965924 (diff) | |
| download | scummvm-rg350-668d991efb9b6cc84c9888ac4781f94d6c9381ee.tar.gz scummvm-rg350-668d991efb9b6cc84c9888ac4781f94d6c9381ee.tar.bz2 scummvm-rg350-668d991efb9b6cc84c9888ac4781f94d6c9381ee.zip  | |
KYRA: Add detection entry for LOL french v1.20 (extracted) datafiles.
This is from bug #3608967 - "Lands of Lore - french version 1.20 MD5".
| -rw-r--r-- | engines/kyra/detection_tables.h | 17 | 
1 files changed, 17 insertions, 0 deletions
diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h index d948f7d12d..5c2b8fe1e8 100644 --- a/engines/kyra/detection_tables.h +++ b/engines/kyra/detection_tables.h @@ -1414,6 +1414,23 @@ const KYRAGameDescription adGameDescs[] = {  		LOL_FLOPPY_FLAGS  	}, +	{ // French floppy version 1.20, bug #3608967 "Lands of Lore - french version 1.20 MD5" +		{ +			"lol", +			"Extracted", +			{ +				{"GENERAL.PAK", 0, "a9e22c450c4f1de6a600261183430394", -1 }, +				{"CHAPTER7.PAK", 0, "fb5294f7445318876741c8db39ba0b1a", -1 }, +				{ 0, 0, 0, 0 } +			}, +			Common::FR_FRA, +			Common::kPlatformPC, +			ADGF_NO_FLAGS, +			GUIO8(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_MIDIPCSPK, GUIO_RENDERVGA, GAMEOPTION_LOL_SCROLLING, GAMEOPTION_LOL_CURSORS) +		}, +		LOL_FLOPPY_FLAGS +	}, +  	{ // French floppy version 1.23, bug #3552534 "KYRA: LOL Floppy FR version unknown"  		{  			"lol",  | 
