Auto detect monkeyega and pass
Use adlib by default in monkeyega and pass svn-id: r6962
This commit is contained in:
parent
c275874f8c
commit
61d103220c
1 changed files with 2 additions and 2 deletions
|
@ -77,9 +77,9 @@ static const VersionSettings scumm_settings[] = {
|
|||
|
||||
/* Scumm Version 4 */
|
||||
{"monkeyEGA", "Monkey Island 1 (EGA)", GID_MONKEY_EGA, 4, 0, 62,
|
||||
GF_AFTER_V4 | GF_SMALL_HEADER | GF_USE_KEY | GF_16COLOR, 0},
|
||||
GF_AFTER_V4 | GF_SMALL_HEADER | GF_USE_KEY | GF_16COLOR | GF_ADLIB_DEFAULT, "000.LFL"},
|
||||
{"pass", "Pasport to Adventure", GID_MONKEY_EGA, 4, 0, 62,
|
||||
GF_AFTER_V4 | GF_SMALL_HEADER | GF_USE_KEY | GF_16COLOR, 0},
|
||||
GF_AFTER_V4 | GF_SMALL_HEADER | GF_USE_KEY | GF_16COLOR | GF_ADLIB_DEFAULT, "000.LFL"},
|
||||
|
||||
/* Scumm version 5 */
|
||||
{"monkeyVGA", "Monkey Island 1 (256 color Floppy version)", GID_MONKEY_VGA, 5, 0, 16,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue