aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/detection_tables.h
diff options
context:
space:
mode:
authorTravis Howell2009-01-26 04:22:19 +0000
committerTravis Howell2009-01-26 04:22:19 +0000
commit53c71f8e4db7989b40da991ac6c631f6ca91a276 (patch)
tree7b3d2cac3dd542aa2cffb8799c3c6bf05d1ed3a8 /engines/agos/detection_tables.h
parent4999677c579631cd54b4919a5766dcb8f2201366 (diff)
downloadscummvm-rg350-53c71f8e4db7989b40da991ac6c631f6ca91a276.tar.gz
scummvm-rg350-53c71f8e4db7989b40da991ac6c631f6ca91a276.tar.bz2
scummvm-rg350-53c71f8e4db7989b40da991ac6c631f6ca91a276.zip
Add support for text compression in the AtariST version of Elvira 1.
svn-id: r36065
Diffstat (limited to 'engines/agos/detection_tables.h')
-rw-r--r--engines/agos/detection_tables.h4
1 files changed, 2 insertions, 2 deletions
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
},