diff options
author | Filippos Karapetis | 2009-09-17 09:40:39 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-09-17 09:40:39 +0000 |
commit | 51dc72d49c1a74d89f7ebd846dafbf8fc1f5ea93 (patch) | |
tree | 774d1ce978dc0e4a3062381a7e84e2057ba702f6 /engines | |
parent | dce185ba8b3566e16763d07fd1a690eff4eae3e2 (diff) | |
download | scummvm-rg350-51dc72d49c1a74d89f7ebd846dafbf8fc1f5ea93.tar.gz scummvm-rg350-51dc72d49c1a74d89f7ebd846dafbf8fc1f5ea93.tar.bz2 scummvm-rg350-51dc72d49c1a74d89f7ebd846dafbf8fc1f5ea93.zip |
Corrected the size of one of the Italian fan-translated versions of ITE (bug report #2845399)
svn-id: r44141
Diffstat (limited to 'engines')
-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 70e1022f8a..ac7c0b7ec9 100644 --- a/engines/saga/detection_tables.h +++ b/engines/saga/detection_tables.h @@ -459,7 +459,7 @@ static const SAGAGameDescription gameDescriptions[] = { "ite", "Windows/Linux/DOS CD Version", { - {"ite.rsc", GAME_RESOURCEFILE, "8f4315a9bb10ec839253108a032c8b54", 8929952}, + {"ite.rsc", GAME_RESOURCEFILE, "8f4315a9bb10ec839253108a032c8b54", 8929956}, {"scripts.rsc", GAME_SCRIPTFILE, "a891405405edefc69c9d6c420c868b84", -1}, { NULL, 0, NULL, 0} }, |