From 53c71f8e4db7989b40da991ac6c631f6ca91a276 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 26 Jan 2009 04:22:19 +0000 Subject: Add support for text compression in the AtariST version of Elvira 1. svn-id: r36065 --- engines/agos/detection_tables.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/agos/detection_tables.h') diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h index 62ae5578ce..dddc8a7aa6 100644 --- a/engines/agos/detection_tables.h +++ b/engines/agos/detection_tables.h @@ -152,7 +152,7 @@ static const AGOSGameDescription gameDescriptions[] = { GF_OLD_BUNDLE | GF_CRUNCHED | GF_PLANAR }, - // Elvira 1 - French Atari ST Floppy + // Elvira 1 - English Atari ST Floppy alternative? { { "elvira1", @@ -164,7 +164,7 @@ static const AGOSGameDescription gameDescriptions[] = { { "tbllist", GAME_TBLFILE, "5b6ff494bf7e24213758598ef4ac0a8b", 476}, { NULL, 0, NULL, 0} }, - Common::FR_FRA, + Common::EN_ANY, Common::kPlatformAtariST, Common::ADGF_NO_FLAGS }, -- cgit v1.2.3