aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/lure.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2006-04-08 23:12:56 +0000
committerEugene Sandulenko2006-04-08 23:12:56 +0000
commit5a2ad04a9eb48f0fec484861d09830b398db700d (patch)
tree67b8d9485284fa3d3a34b20de6974b54ab6b1985 /engines/lure/lure.cpp
parent3add3dae958e8cbb29e046f9f24e00d907dab319 (diff)
downloadscummvm-rg350-5a2ad04a9eb48f0fec484861d09830b398db700d.tar.gz
scummvm-rg350-5a2ad04a9eb48f0fec484861d09830b398db700d.tar.bz2
scummvm-rg350-5a2ad04a9eb48f0fec484861d09830b398db700d.zip
Introduced language EN_ANY used for general English game entries. EN_USA and
EN_GRB should be used for games which have both variants. Currently it is MM NES and BASS. All other are switched to EN_ANY. svn-id: r21702
Diffstat (limited to 'engines/lure/lure.cpp')
-rw-r--r--engines/lure/lure.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/lure.cpp b/engines/lure/lure.cpp
index 3d54c1407f..7a617052d5 100644
--- a/engines/lure/lure.cpp
+++ b/engines/lure/lure.cpp
@@ -63,7 +63,7 @@ struct GameSettings {
//
static const GameSettings lure_games[] = {
- { "lure", "Lure of the Temptress", GI_LURE, GF_FLOPPY, Common::EN_USA,
+ { "lure", "Lure of the Temptress", GI_LURE, GF_FLOPPY, Common::EN_ANY,
"e45ea5d279a268c7d3c6524c2f63a2d2", "disk1.vga" },
/*
{ "lure", "Lure of the Temptress", GI_LURE, GF_FLOPPY, Common::DE_DEU,