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
This commit is contained in:
Eugene Sandulenko 2006-04-08 23:12:56 +00:00
parent 3add3dae95
commit 5a2ad04a9e
13 changed files with 528 additions and 523 deletions

View file

@ -3888,7 +3888,7 @@ int SimonEngine::go() {
if (getFeatures() & GF_TALKIE) {
// English and German versions of Simon the Sorcerer 1 don't have full subtitles
if (getGameType() == GType_SIMON1 && (_language == Common::EN_USA || _language == Common::DE_DEU))
if (getGameType() == GType_SIMON1 && (_language == Common::EN_ANY || _language == Common::DE_DEU))
_subtitles = false;
} else {
_subtitles = true;