diff options
author | Travis Howell | 2007-04-10 05:16:01 +0000 |
---|---|---|
committer | Travis Howell | 2007-04-10 05:16:01 +0000 |
commit | 0a766e57864577f9ad6517d6061e47fd7dff7f26 (patch) | |
tree | 21206a8019da8cea353fc9814023751e497d6fa6 | |
parent | a2db95daee710f043fae9e2f9122f2464061818b (diff) | |
download | scummvm-rg350-0a766e57864577f9ad6517d6061e47fd7dff7f26.tar.gz scummvm-rg350-0a766e57864577f9ad6517d6061e47fd7dff7f26.tar.bz2 scummvm-rg350-0a766e57864577f9ad6517d6061e47fd7dff7f26.zip |
Remove two invalid entries for Simon the Sorcerer 2, since they use md5 checksums of the complete files (based on ICON.DAT).
svn-id: r26448
-rw-r--r-- | engines/agos/agosgame.cpp | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/engines/agos/agosgame.cpp b/engines/agos/agosgame.cpp index 38ea647b01..a62dbe88d6 100644 --- a/engines/agos/agosgame.cpp +++ b/engines/agos/agosgame.cpp @@ -1242,54 +1242,6 @@ static const AGOSGameDescription gameDescriptions[] = { "Floppy", { - { "game32", GAME_BASEFILE, "27c8e7feada80c75b70b9c2f6088d519", -1}, - { "icon.dat", GAME_ICONFILE, "ee92d1f84893195a60449f2430d07285", -1}, - { "simon2.gme", GAME_GMEFILE, "eefcc32b1f2c0482c1a59a963a146345", -1}, - { "stripped.txt", GAME_STRFILE, "e229f84d46fa83f99b4a7115679f3fb6", -1}, - { "tbllist", GAME_TBLFILE, "2082f8d02075e590300478853a91ffd9", -1}, - { NULL, 0, NULL, 0} - }, - Common::EN_ANY, - Common::kPlatformPC, - Common::ADGF_NO_FLAGS - }, - - GType_SIMON2, - GID_SIMON2DOS, - 0 - }, - - // Simon the Sorcerer 2 - English DOS Floppy with Russian patch - { - { - "simon2", - "Floppy", - - { - { "game32", GAME_BASEFILE, "7edfc633dd50f8caa719c478443db70b", -1}, - { "icon.dat", GAME_ICONFILE, "ee92d1f84893195a60449f2430d07285", -1}, - { "simon2.gme", GAME_GMEFILE, "eefcc32b1f2c0482c1a59a963a146345", -1}, - { "stripped.txt", GAME_STRFILE, "e229f84d46fa83f99b4a7115679f3fb6", -1}, - { "tbllist", GAME_TBLFILE, "2082f8d02075e590300478853a91ffd9", -1}, - { NULL, 0, NULL, 0} - }, - Common::RU_RUS, - Common::kPlatformPC, - Common::ADGF_NO_FLAGS - }, - - GType_SIMON2, - GID_SIMON2DOS, - 0 - }, - - // Simon the Sorcerer 2 - English DOS Floppy alternate? - { - { - "simon2", - "Floppy", - - { { "game32", GAME_BASEFILE, "604d04315935e77624bd356ac926e068", -1}, { "icon.dat", GAME_ICONFILE, "72096a62d36e6034ea9fecc13b2dbdab", -1}, { "simon2.gme", GAME_GMEFILE, "aa6840420899a31874204f90bb214108", -1}, @@ -1716,30 +1668,6 @@ static const AGOSGameDescription gameDescriptions[] = { GF_TALKIE }, - // Simon the Sorcerer 2 - German Windows CD 1.1 - { - { - "simon2", - "CD", - - { - { "gsptr30", GAME_BASEFILE, "9e858b3bb189c134c3a5f34c3385a8d3", -1}, - { "icon.dat", GAME_ICONFILE, "ee92d1f84893195a60449f2430d07285", -1}, - { "simon2.gme", GAME_GMEFILE, "16d574da07e93bcae43cee353dab8c7e", -1}, - { "stripped.txt", GAME_STRFILE, "6de6292c9ac11bfb2e70fdb0f773ba85", -1}, - { "tbllist", GAME_TBLFILE, "2082f8d02075e590300478853a91ffd9", -1}, - { NULL, 0, NULL, 0} - }, - Common::DE_DEU, - Common::kPlatformWindows, - Common::ADGF_NO_FLAGS - }, - - GType_SIMON2, - GID_SIMON2TALKIE, - GF_TALKIE - }, - // Simon the Sorcerer 2 - Polish Windows CD { { |