diff options
author | Eugene Sandulenko | 2005-09-23 13:20:10 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-09-23 13:20:10 +0000 |
commit | 843399b9e8ca0faa2426a683c36898c9bb37ce21 (patch) | |
tree | 36d56f89cd23374c0115f38f70fef8d67d0d11ea | |
parent | 5f12ad8de5d67128474da3e9cef5745edf3da45e (diff) | |
download | scummvm-rg350-843399b9e8ca0faa2426a683c36898c9bb37ce21.tar.gz scummvm-rg350-843399b9e8ca0faa2426a683c36898c9bb37ce21.tar.bz2 scummvm-rg350-843399b9e8ca0faa2426a683c36898c9bb37ce21.zip |
"Inherit the Earth Voices" for Multi CD version is case sensitive.
svn-id: r18864
-rw-r--r-- | saga/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/game.cpp b/saga/game.cpp index 2742124e65..05c41c3c0c 100644 --- a/saga/game.cpp +++ b/saga/game.cpp @@ -766,7 +766,7 @@ static GameMD5 gameMD5[] = { { GID_ITE_MULTICD, "a6433e34b97b15e64fe8214651012db9", "ite.rsc", false }, { GID_ITE_MULTICD, "a891405405edefc69c9d6c420c868b84", "scripts.rsc", false }, { GID_ITE_MULTICD, "e2ccb61c325d6d1ead3be0e731fe29fe", "sounds.rsc", false }, - { GID_ITE_MULTICD, "c14c4c995e7a0d3828e3812a494301b7", "Inherit the Earth Voices", false }, + { GID_ITE_MULTICD, "c14c4c995e7a0d3828e3812a494301b7", "Inherit the Earth Voices", true }, { GID_ITE_MULTICD, "d6454756517f042f01210458abe8edd4", "music.rsc", false }, { GID_ITE_DISK_DE, "869fc23c8f38f575979ec67152914fee", "ite.rsc", false }, |