diff options
author | Travis Howell | 2008-12-13 07:05:18 +0000 |
---|---|---|
committer | Travis Howell | 2008-12-13 07:05:18 +0000 |
commit | 3c86a24d7070cc18739cb51c8be49011072aa036 (patch) | |
tree | 534f7191ad95c0890ea37b95b80009abc2b6fa00 /engines | |
parent | 0abcf302c665ca39a0965dde6a73e3e9c57e7053 (diff) | |
download | scummvm-rg350-3c86a24d7070cc18739cb51c8be49011072aa036.tar.gz scummvm-rg350-3c86a24d7070cc18739cb51c8be49011072aa036.tar.bz2 scummvm-rg350-3c86a24d7070cc18739cb51c8be49011072aa036.zip |
Add Polish 2CD version of The Feeble Files.
svn-id: r35329
Diffstat (limited to 'engines')
-rw-r--r-- | engines/agos/detection_tables.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h index 33c5ec76bc..94e67ab941 100644 --- a/engines/agos/detection_tables.h +++ b/engines/agos/detection_tables.h @@ -2222,6 +2222,28 @@ static const AGOSGameDescription gameDescriptions[] = { GF_OLD_BUNDLE | GF_TALKIE }, + // The Feeble Files - Polish Windows 2CD + { + { + "feeble", + "2CD", + + { + { "game22", GAME_BASEFILE, "629762ea9ca9ee9ff85f4774d219f5c7", -1}, + { "save.999", GAME_RESTFILE, "71512fc98501a8071a26b683a31dde78", -1}, + { "tbllist", GAME_TBLFILE, "0bbfee8e69739111eb36b0d138da8ddf", -1}, + { NULL, 0, NULL, 0} + }, + Common::PL_POL, + Common::kPlatformWindows, + Common::ADGF_NO_FLAGS + }, + + GType_FF, + GID_FEEBLEFILES, + GF_OLD_BUNDLE | GF_TALKIE + }, + // The Feeble Files - Spanish Windows 4CD { { |