From 59d4f14f391f7b7301e800b27750a3fc61212134 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 11 Jan 2010 19:22:19 +0000 Subject: Fix bug #2929619: "IHNM: Small problem detecting German version" svn-id: r47255 --- engines/saga/detection_tables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}, -- cgit v1.2.3