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:
parent
3add3dae95
commit
5a2ad04a9e
13 changed files with 528 additions and 523 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue