From 5a2ad04a9eb48f0fec484861d09830b398db700d Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 8 Apr 2006 23:12:56 +0000 Subject: 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 --- engines/lure/lure.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/lure/lure.cpp') 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, -- cgit v1.2.3