From e7defa3820df233866f364edb35c58c7f9835464 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sat, 7 Mar 2009 20:54:34 +0000 Subject: Fixed bug #2665117 - "ITE: Italian Floppy version wrong size" svn-id: r39205 --- engines/saga/detection_tables.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h index e9099141d6..d52ab34ff0 100644 --- a/engines/saga/detection_tables.h +++ b/engines/saga/detection_tables.h @@ -565,7 +565,7 @@ static const SAGAGameDescription gameDescriptions[] = { "ite", "Floppy", { - {"ite.rsc", GAME_RESOURCEFILE, "8f4315a9bb10ec839253108a032c8b54", 8905102}, + {"ite.rsc", GAME_RESOURCEFILE, "8f4315a9bb10ec839253108a032c8b54", 8905108}, {"scripts.rsc", GAME_SCRIPTFILE, "516f7330f8410057b834424ea719d1ef", -1}, { NULL, 0, NULL, 0} }, @@ -799,6 +799,7 @@ static const SAGAGameDescription gameDescriptions[] = { {"fta.hrs", GAME_RESOURCEFILE, "c34a5ee5f1a14a87712a35c4a209a033", 213376}, {"scripts.hrs", GAME_SCRIPTFILE, "95f33928f6c4f02ee04d2ec5c3314c30", 1041948}, {"ftasound.hrs", GAME_SOUNDFILE, "ce930cb38922e6a03461f55d51b4e165", 12403350}, + {"ftaimage.hrs", GAME_IMAGEFILE, "09bb003733b20f924e2e373d2ddcd394", 21127397}, { NULL, 0, NULL, 0} }, Common::EN_ANY, -- cgit v1.2.3