diff options
| author | James Brown | 2002-07-09 13:30:10 +0000 |
|---|---|---|
| committer | James Brown | 2002-07-09 13:30:10 +0000 |
| commit | e92bb8a778f5d6dbfe3d54acd4f10d32f84c4edd (patch) | |
| tree | a820fbdfa225354535277df6fcb605108e48b632 | |
| parent | a858016827aac1233b05f755b0b7575ac738e91d (diff) | |
| download | scummvm-rg350-e92bb8a778f5d6dbfe3d54acd4f10d32f84c4edd.tar.gz scummvm-rg350-e92bb8a778f5d6dbfe3d54acd4f10d32f84c4edd.tar.bz2 scummvm-rg350-e92bb8a778f5d6dbfe3d54acd4f10d32f84c4edd.zip | |
Change Indy4 titlebar to satisfy Murray-Mint.
svn-id: r4503
| -rw-r--r-- | gameDetector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gameDetector.cpp b/gameDetector.cpp index d05680e71f..2536814a0e 100644 --- a/gameDetector.cpp +++ b/gameDetector.cpp @@ -391,9 +391,9 @@ static const VersionSettings version_settings[] = { GF_USE_KEY | GF_AUDIOTRACKS | GF_ADLIB_DEFAULT}, {"monkey2", "Monkey Island 2: LeChuck's revenge", GID_MONKEY2, 5, 2, 2, GF_USE_KEY | GF_ADLIB_DEFAULT}, - {"atlantis", "Indiana Jones 4 and the Fate of Atlantis", GID_INDY4, 5, 5, 0, + {"atlantis", "Indiana Jones and the Fate of Atlantis", GID_INDY4, 5, 5, 0, GF_USE_KEY | GF_ADLIB_DEFAULT}, - {"playfate", "Indiana Jones 4 and the Fate of Atlantis (Demo)", GID_INDY4, + {"playfate", "Indiana Jones and the Fate of Atlantis (Demo)", GID_INDY4, 5, 5, 0, GF_USE_KEY | GF_ADLIB_DEFAULT}, /* Scumm Version 6 */ |
