diff options
author | Jonathan Gray | 2003-04-11 03:57:09 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-04-11 03:57:09 +0000 |
commit | 8febecac27e21ec55691013ccb9bbedce9c9abc9 (patch) | |
tree | 7c9e8e452b23073c049f402ea3996f31f5ca1c4f /scumm | |
parent | 61d103220c8726c236154c94020cc5a2de9e745c (diff) | |
download | scummvm-rg350-8febecac27e21ec55691013ccb9bbedce9c9abc9.tar.gz scummvm-rg350-8febecac27e21ec55691013ccb9bbedce9c9abc9.tar.bz2 scummvm-rg350-8febecac27e21ec55691013ccb9bbedce9c9abc9.zip |
spelling
svn-id: r6963
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scummvm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 65ddafd851..551b705553 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -78,7 +78,7 @@ 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 | GF_ADLIB_DEFAULT, "000.LFL"}, - {"pass", "Pasport to Adventure", GID_MONKEY_EGA, 4, 0, 62, + {"pass", "Passport to Adventure", GID_MONKEY_EGA, 4, 0, 62, GF_AFTER_V4 | GF_SMALL_HEADER | GF_USE_KEY | GF_16COLOR | GF_ADLIB_DEFAULT, "000.LFL"}, /* Scumm version 5 */ |