diff options
author | Eugene Sandulenko | 2009-12-23 21:35:32 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-12-23 21:35:32 +0000 |
commit | 963dc5f142160bc223cccfe699a9e4f4d8c1a84a (patch) | |
tree | fef30f7246eb31813f1e5f7d9ee398c226379390 /engines | |
parent | ff4769cbed8ebf4897e819dd26093257746cf689 (diff) | |
download | scummvm-rg350-963dc5f142160bc223cccfe699a9e4f4d8c1a84a.tar.gz scummvm-rg350-963dc5f142160bc223cccfe699a9e4f4d8c1a84a.tar.bz2 scummvm-rg350-963dc5f142160bc223cccfe699a9e4f4d8c1a84a.zip |
Add more information to Italian fan translations of ITE as mentioned in
bugreport #2871990: "ITE: Italian FAN translation regression"
svn-id: r46520
Diffstat (limited to 'engines')
-rw-r--r-- | engines/saga/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h index ac7c0b7ec9..b4e6836846 100644 --- a/engines/saga/detection_tables.h +++ b/engines/saga/detection_tables.h @@ -460,7 +460,7 @@ static const SAGAGameDescription gameDescriptions[] = { "Windows/Linux/DOS CD Version", { {"ite.rsc", GAME_RESOURCEFILE, "8f4315a9bb10ec839253108a032c8b54", 8929956}, - {"scripts.rsc", GAME_SCRIPTFILE, "a891405405edefc69c9d6c420c868b84", -1}, + {"scripts.rsc", GAME_SCRIPTFILE, "a891405405edefc69c9d6c420c868b84", 350243}, { NULL, 0, NULL, 0} }, Common::IT_ITA, @@ -584,7 +584,7 @@ static const SAGAGameDescription gameDescriptions[] = { "Floppy", { {"ite.rsc", GAME_RESOURCEFILE, "8f4315a9bb10ec839253108a032c8b54", 8905108}, - {"scripts.rsc", GAME_SCRIPTFILE, "516f7330f8410057b834424ea719d1ef", -1}, + {"scripts.rsc", GAME_SCRIPTFILE, "516f7330f8410057b834424ea719d1ef", 340726}, { NULL, 0, NULL, 0} }, Common::IT_ITA, |