From 82c890419855bf9ec1a0dec9f97442fb4d76279f Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 1 Jan 2010 11:44:33 +0000 Subject: Add Polish Windows 4CD version of The Feeble Files. svn-id: r46815 --- engines/agos/detection_tables.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'engines') diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h index 678d10f5fa..dc506346eb 100644 --- a/engines/agos/detection_tables.h +++ b/engines/agos/detection_tables.h @@ -2660,6 +2660,29 @@ static const AGOSGameDescription gameDescriptions[] = { GF_OLD_BUNDLE | GF_TALKIE }, + // The Feeble Files - Polish Windows 4CD + { + { + "feeble", + "4CD", + + { + { "game22", GAME_BASEFILE, "c498f892a5dbcbc968e0dbb8697884fc", 258660}, + { "save.999", GAME_RESTFILE, "71512fc98501a8071a26b683a31dde78", 3360}, + { "tbllist", GAME_TBLFILE, "0bbfee8e69739111eb36b0d138da8ddf", 668}, + { NULL, 0, NULL, 0} + }, + Common::PL_POL, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES | GUIO_NOMUSIC + }, + + GType_FF, + GID_FEEBLEFILES, + GF_OLD_BUNDLE | GF_TALKIE + }, + // The Feeble Files - Spanish Windows 4CD { { -- cgit v1.2.3