diff options
author | Travis Howell | 2009-05-06 09:31:55 +0000 |
---|---|---|
committer | Travis Howell | 2009-05-06 09:31:55 +0000 |
commit | 4e6f862b7ced73c982ce26e6aaed80579d4ddb99 (patch) | |
tree | 36ca7c8bdcb109811ca41ff9aa51a69c4e39e007 /engines | |
parent | 8f4a2c14764be82ac527d2ab052f9235380e2fee (diff) | |
download | scummvm-rg350-4e6f862b7ced73c982ce26e6aaed80579d4ddb99.tar.gz scummvm-rg350-4e6f862b7ced73c982ce26e6aaed80579d4ddb99.tar.bz2 scummvm-rg350-4e6f862b7ced73c982ce26e6aaed80579d4ddb99.zip |
Add more file sizes.
svn-id: r40348
Diffstat (limited to 'engines')
-rw-r--r-- | engines/agos/detection_tables.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h index 8952dd9ce5..505261b40e 100644 --- a/engines/agos/detection_tables.h +++ b/engines/agos/detection_tables.h @@ -1569,11 +1569,11 @@ static const AGOSGameDescription gameDescriptions[] = { "CD", { - { "gamepc", GAME_BASEFILE, "3cfb9d1ff4ec725af9924140126cf69f", -1}, - { "icon.dat", GAME_ICONFILE, "22107c24dfb31b66ac503c28a6e20b19", -1}, - { "simon.gme", GAME_GMEFILE, "638049fa5d41b81fb6fb11671721b871", -1}, - { "stripped.txt", GAME_STRFILE, "ef51ac74c946881ae4d7ca66cc7a0d1e", -1}, - { "tbllist", GAME_TBLFILE, "d198a80de2c59e4a0cd24b98814849e8", -1}, + { "gamepc", GAME_BASEFILE, "3cfb9d1ff4ec725af9924140126cf69f", 39310}, + { "icon.dat", GAME_ICONFILE, "22107c24dfb31b66ac503c28a6e20b19", 14361}, + { "simon.gme", GAME_GMEFILE, "638049fa5d41b81fb6fb11671721b871", 7041803}, + { "stripped.txt", GAME_STRFILE, "ef51ac74c946881ae4d7ca66cc7a0d1e", 252}, + { "tbllist", GAME_TBLFILE, "d198a80de2c59e4a0cd24b98814849e8", 711}, { NULL, 0, NULL, 0} }, Common::FR_FRA, @@ -1641,11 +1641,11 @@ static const AGOSGameDescription gameDescriptions[] = { "CD", { - { "gamepc", GAME_BASEFILE, "8d3ca654e158c91b860c7eae31d65312", -1}, - { "icon.dat", GAME_ICONFILE, "22107c24dfb31b66ac503c28a6e20b19", -1}, - { "simon.gme", GAME_GMEFILE, "52e315e0e02feca86d15cc82e3306b6c", -1}, - { "stripped.txt", GAME_STRFILE, "9d31bef42db1a8abe4e9f368014df1d5", -1}, - { "tbllist", GAME_TBLFILE, "d198a80de2c59e4a0cd24b98814849e8", -1}, + { "gamepc", GAME_BASEFILE, "8d3ca654e158c91b860c7eae31d65312", 37807}, + { "icon.dat", GAME_ICONFILE, "22107c24dfb31b66ac503c28a6e20b19", 14361}, + { "simon.gme", GAME_GMEFILE, "52e315e0e02feca86d15cc82e3306b6c", 7035767}, + { "stripped.txt", GAME_STRFILE, "9d31bef42db1a8abe4e9f368014df1d5", 252}, + { "tbllist", GAME_TBLFILE, "d198a80de2c59e4a0cd24b98814849e8", 711}, { NULL, 0, NULL, 0} }, Common::IT_ITA, @@ -1690,11 +1690,11 @@ static const AGOSGameDescription gameDescriptions[] = { "CD", { - { "gamepc", GAME_BASEFILE, "439f801ba52c02c9d1844600d1ce0f5e", -1}, - { "icon.dat", GAME_ICONFILE, "22107c24dfb31b66ac503c28a6e20b19", -1}, - { "simon.gme", GAME_GMEFILE, "eff2774a73890b9eac533db90cd1afa1", -1}, - { "stripped.txt", GAME_STRFILE, "9d31bef42db1a8abe4e9f368014df1d5", -1}, - { "tbllist", GAME_TBLFILE, "d198a80de2c59e4a0cd24b98814849e8", -1}, + { "gamepc", GAME_BASEFILE, "439f801ba52c02c9d1844600d1ce0f5e", 37847}, + { "icon.dat", GAME_ICONFILE, "22107c24dfb31b66ac503c28a6e20b19", 14361}, + { "simon.gme", GAME_GMEFILE, "eff2774a73890b9eac533db90cd1afa1", 7030485}, + { "stripped.txt", GAME_STRFILE, "9d31bef42db1a8abe4e9f368014df1d5", 252}, + { "tbllist", GAME_TBLFILE, "d198a80de2c59e4a0cd24b98814849e8", 711}, { NULL, 0, NULL, 0} }, Common::ES_ESP, |