From 3c86a24d7070cc18739cb51c8be49011072aa036 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 13 Dec 2008 07:05:18 +0000 Subject: Add Polish 2CD version of The Feeble Files. svn-id: r35329 --- engines/agos/detection_tables.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'engines') 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 { { -- cgit v1.2.3