[Scummvm-cvs-logs] scummvm master -> 668d991efb9b6cc84c9888ac4781f94d6c9381ee
digitall
dgturner at iee.org
Fri Mar 29 02:02:36 CET 2013
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
668d991efb KYRA: Add detection entry for LOL french v1.20 (extracted) datafiles.
Commit: 668d991efb9b6cc84c9888ac4781f94d6c9381ee
https://github.com/scummvm/scummvm/commit/668d991efb9b6cc84c9888ac4781f94d6c9381ee
Author: D G Turner (digitall at scummvm.org)
Date: 2013-03-28T18:03:12-07:00
Commit Message:
KYRA: Add detection entry for LOL french v1.20 (extracted) datafiles.
This is from bug #3608967 - "Lands of Lore - french version 1.20 MD5".
Changed paths:
engines/kyra/detection_tables.h
diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index d948f7d..5c2b8fe 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",
More information about the Scummvm-git-logs
mailing list