diff options
| author | Filippos Karapetis | 2008-12-20 12:05:35 +0000 |
|---|---|---|
| committer | Filippos Karapetis | 2008-12-20 12:05:35 +0000 |
| commit | 3c01f4f0e1b3134d5a0f0167ea4c0e8a3ac92672 (patch) | |
| tree | 1b3374cd2c4d69a129da8fe6af31385a7846d3e9 | |
| parent | d28478e5452cf06f90c465951ab637b0146ecd51 (diff) | |
| download | scummvm-rg350-3c01f4f0e1b3134d5a0f0167ea4c0e8a3ac92672.tar.gz scummvm-rg350-3c01f4f0e1b3134d5a0f0167ea4c0e8a3ac92672.tar.bz2 scummvm-rg350-3c01f4f0e1b3134d5a0f0167ea4c0e8a3ac92672.zip | |
Partial fix for bug #2453189 - "ITE: mass adding results in incorrect targets" (the Italian multiplatform fan translated version is still missing)
svn-id: r35449
| -rw-r--r-- | engines/saga/detection_tables.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h index 43ef28e9eb..befaac8527 100644 --- a/engines/saga/detection_tables.h +++ b/engines/saga/detection_tables.h @@ -401,7 +401,7 @@ static const SAGAGameDescription gameDescriptions[] = { "ite", "Multi-OS CD Version", { - {"ite.rsc", GAME_RESOURCEFILE, "a6433e34b97b15e64fe8214651012db9", -1}, + {"ite.rsc", GAME_RESOURCEFILE, "a6433e34b97b15e64fe8214651012db9", 8927165}, {"scripts.rsc", GAME_SCRIPTFILE, "a891405405edefc69c9d6c420c868b84", -1}, { NULL, 0, NULL, 0} }, @@ -432,6 +432,7 @@ static const SAGAGameDescription gameDescriptions[] = { "ite", "Multi-OS CD Version", { + // TODO: add size for ite.rsc {"ite.rsc", GAME_RESOURCEFILE, "a6433e34b97b15e64fe8214651012db9", -1}, {"scripts.rsc", GAME_SCRIPTFILE, "a891405405edefc69c9d6c420c868b84", -1}, { NULL, 0, NULL, 0} @@ -458,7 +459,7 @@ static const SAGAGameDescription gameDescriptions[] = { "ite", "Windows/Linux/DOS CD Version", { - {"ite.rsc", GAME_RESOURCEFILE, "8f4315a9bb10ec839253108a032c8b54", -1}, + {"ite.rsc", GAME_RESOURCEFILE, "8f4315a9bb10ec839253108a032c8b54", 8928678}, {"scripts.rsc", GAME_SCRIPTFILE, "a891405405edefc69c9d6c420c868b84", -1}, { NULL, 0, NULL, 0} }, @@ -484,7 +485,7 @@ static const SAGAGameDescription gameDescriptions[] = { "ite", "Windows/Linux/DOS CD Version", { - {"ite.rsc", GAME_RESOURCEFILE, "8f4315a9bb10ec839253108a032c8b54", -1}, + {"ite.rsc", GAME_RESOURCEFILE, "8f4315a9bb10ec839253108a032c8b54", 8929952}, {"scripts.rsc", GAME_SCRIPTFILE, "a891405405edefc69c9d6c420c868b84", -1}, { NULL, 0, NULL, 0} }, @@ -592,7 +593,7 @@ static const SAGAGameDescription gameDescriptions[] = { "ite", "Floppy", { - {"ite.rsc", GAME_RESOURCEFILE, "8f4315a9bb10ec839253108a032c8b54", -1}, + {"ite.rsc", GAME_RESOURCEFILE, "8f4315a9bb10ec839253108a032c8b54", 8903828}, {"scripts.rsc", GAME_SCRIPTFILE, "516f7330f8410057b834424ea719d1ef", -1}, { NULL, 0, NULL, 0} }, @@ -618,7 +619,7 @@ static const SAGAGameDescription gameDescriptions[] = { "ite", "Floppy", { - {"ite.rsc", GAME_RESOURCEFILE, "8f4315a9bb10ec839253108a032c8b54", -1}, + {"ite.rsc", GAME_RESOURCEFILE, "8f4315a9bb10ec839253108a032c8b54", 8905102}, {"scripts.rsc", GAME_SCRIPTFILE, "516f7330f8410057b834424ea719d1ef", -1}, { NULL, 0, NULL, 0} }, |
