diff options
author | Florian Kagerer | 2010-09-06 16:50:20 +0000 |
---|---|---|
committer | Florian Kagerer | 2010-09-06 16:50:20 +0000 |
commit | c87b7aafd874bbec29fdd109f0e9a442e8418834 (patch) | |
tree | 4b5cbe9df8253a7ad1738a4b77dcd448feccb2d3 /engines | |
parent | be5314109197d0333f10fdf7cd279f41a950d0a9 (diff) | |
download | scummvm-rg350-c87b7aafd874bbec29fdd109f0e9a442e8418834.tar.gz scummvm-rg350-c87b7aafd874bbec29fdd109f0e9a442e8418834.tar.bz2 scummvm-rg350-c87b7aafd874bbec29fdd109f0e9a442e8418834.zip |
LOL: Add md5 for another English floppy version
svn-id: r52597
Diffstat (limited to 'engines')
-rw-r--r-- | engines/kyra/detection_tables.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h index 2e1d5afc17..84e0f343a7 100644 --- a/engines/kyra/detection_tables.h +++ b/engines/kyra/detection_tables.h @@ -1080,6 +1080,22 @@ const KYRAGameDescription adGameDescs[] = { "lol", 0, { + { "WESTWOOD.1", 0, "320b2828be595c491903f467094f05eb", -1 }, + { 0, 0, 0, 0 } + }, + Common::EN_ANY, + Common::kPlatformPC, + ADGF_NO_FLAGS, + Common::GUIO_NOSPEECH | Common::GUIO_MIDIADLIB | Common::GUIO_MIDIMT32 | Common::GUIO_MIDIGM | Common::GUIO_MIDIPCSPK + }, + LOL_FLOPPY_CMP_FLAGS + }, + + { + { + "lol", + 0, + { { "WESTWOOD.1", 0, "3c61cb7de5b2ec452f5851f5075207ee", -1 }, { 0, 0, 0, 0 } }, |