diff options
author | Eugene Sandulenko | 2010-01-11 19:22:19 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2010-01-11 19:22:19 +0000 |
commit | 59d4f14f391f7b7301e800b27750a3fc61212134 (patch) | |
tree | b1d30d63615b3d9a163a6b40da043684124179e5 /engines/saga | |
parent | 61e792319d2381c58bbb45ab48b45343c5b71197 (diff) | |
download | scummvm-rg350-59d4f14f391f7b7301e800b27750a3fc61212134.tar.gz scummvm-rg350-59d4f14f391f7b7301e800b27750a3fc61212134.tar.bz2 scummvm-rg350-59d4f14f391f7b7301e800b27750a3fc61212134.zip |
Fix bug #2929619: "IHNM: Small problem detecting German version"
svn-id: r47255
Diffstat (limited to 'engines/saga')
-rw-r--r-- | engines/saga/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h index 0a265022cc..86fc2e8499 100644 --- a/engines/saga/detection_tables.h +++ b/engines/saga/detection_tables.h @@ -733,7 +733,7 @@ static const SAGAGameDescription gameDescriptions[] = { { {"musicfm.res", GAME_MUSICFILE_FM, "0439083e3dfdc51b486071d45872ae52", -1}, {"musicgm.res", GAME_MUSICFILE_GM, "80f875a1fb384160d1f4b27166eef583", -1}, - {"scream.res", GAME_RESOURCEFILE, "c92370d400e6f2a3fc411c3729d09224", -1}, + {"scream.res", GAME_RESOURCEFILE, "c92370d400e6f2a3fc411c3729d09224", 78519324}, {"scripts.res", GAME_SCRIPTFILE, "32aa01a89937520fe0ea513950117292", -1}, {"patch.re_", GAME_PATCHFILE | GAME_RESOURCEFILE, "58b79e61594779513c7f2d35509fa89e", -1}, {"sfx.res", GAME_SOUNDFILE, "1c610d543f32ec8b525e3f652536f269", -1}, |