diff options
author | Eugene Sandulenko | 2009-12-24 21:36:57 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-12-24 21:36:57 +0000 |
commit | 49c41a0c6c860a57e4797d4f95ed3c0a6ad0eb7f (patch) | |
tree | 5f8fa6882efd19b02e721722f975154808eeddac /engines/saga | |
parent | 98053616d18de1439438f962e2b63c0c33158710 (diff) | |
download | scummvm-rg350-49c41a0c6c860a57e4797d4f95ed3c0a6ad0eb7f.tar.gz scummvm-rg350-49c41a0c6c860a57e4797d4f95ed3c0a6ad0eb7f.tar.bz2 scummvm-rg350-49c41a0c6c860a57e4797d4f95ed3c0a6ad0eb7f.zip |
Fix detection for ITE Floppy Italian
svn-id: r46537
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 b4e6836846..0a265022cc 100644 --- a/engines/saga/detection_tables.h +++ b/engines/saga/detection_tables.h @@ -583,7 +583,7 @@ static const SAGAGameDescription gameDescriptions[] = { "ite", "Floppy", { - {"ite.rsc", GAME_RESOURCEFILE, "8f4315a9bb10ec839253108a032c8b54", 8905108}, + {"ite.rsc", GAME_RESOURCEFILE, "8f4315a9bb10ec839253108a032c8b54", 8905106}, {"scripts.rsc", GAME_SCRIPTFILE, "516f7330f8410057b834424ea719d1ef", 340726}, { NULL, 0, NULL, 0} }, |