diff options
author | Eugene Sandulenko | 2006-04-08 23:12:56 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-04-08 23:12:56 +0000 |
commit | 5a2ad04a9eb48f0fec484861d09830b398db700d (patch) | |
tree | 67b8d9485284fa3d3a34b20de6974b54ab6b1985 /engines/simon | |
parent | 3add3dae958e8cbb29e046f9f24e00d907dab319 (diff) | |
download | scummvm-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/simon')
-rw-r--r-- | engines/simon/charset.cpp | 2 | ||||
-rw-r--r-- | engines/simon/game.cpp | 44 | ||||
-rw-r--r-- | engines/simon/simon.cpp | 2 |
3 files changed, 24 insertions, 24 deletions
diff --git a/engines/simon/charset.cpp b/engines/simon/charset.cpp index 762aca5ae6..dff2fe2719 100644 --- a/engines/simon/charset.cpp +++ b/engines/simon/charset.cpp @@ -1329,7 +1329,7 @@ void SimonEngine::video_putchar_drawchar(WindowBlock *window, uint x, uint y, by case Common::DE_DEU: src = german_video_font + (chr - 0x20) * 8; break; - case Common::EN_USA: + case Common::EN_ANY: src = video_font + (chr - 0x20) * 8; break; default: diff --git a/engines/simon/game.cpp b/engines/simon/game.cpp index 6882794498..fb0d04372a 100644 --- a/engines/simon/game.cpp +++ b/engines/simon/game.cpp @@ -545,7 +545,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(SIMON1ACORNDEMO_GameFiles), SIMON1ACORNDEMO_GameFiles, GF_TALKIE, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformAcorn, }, @@ -558,7 +558,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(SIMON1ACORN_GameFiles), SIMON1ACORN_GameFiles, GF_TALKIE, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformAcorn, }, @@ -571,7 +571,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(SIMON1AMIGA_GameFiles), SIMON1AMIGA_GameFiles, GF_CRUNCHED | GF_OLD_BUNDLE, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformAmiga, }, @@ -610,7 +610,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(SIMON1AMIGADEMO_GameFiles), SIMON1AMIGADEMO_GameFiles, GF_CRUNCHED | GF_OLD_BUNDLE, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformAmiga, }, @@ -623,7 +623,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(SIMON1CD32_GameFiles), SIMON1CD32_GameFiles, GF_TALKIE | GF_OLD_BUNDLE, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformAmiga, }, @@ -636,7 +636,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(SIMON1CD32_2_GameFiles), SIMON1CD32_2_GameFiles, GF_TALKIE | GF_OLD_BUNDLE, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformAmiga, }, @@ -649,7 +649,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(SIMON1DEMO_GameFiles), SIMON1DEMO_GameFiles, GF_OLD_BUNDLE, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformPC, }, @@ -662,7 +662,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(SIMON1DOS_GameFiles), SIMON1DOS_GameFiles, GF_OLD_BUNDLE, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformPC, }, @@ -688,7 +688,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(SIMON1DOS_INF_GameFiles), SIMON1DOS_INF_GameFiles, GF_OLD_BUNDLE, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformPC, }, @@ -766,7 +766,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(SIMON1TALKIE_GameFiles), SIMON1TALKIE_GameFiles, GF_TALKIE, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformPC, }, @@ -779,7 +779,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(SIMON1TALKIE2_GameFiles), SIMON1TALKIE2_GameFiles, GF_TALKIE, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformPC, }, @@ -857,7 +857,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(SIMON1WIN_GameFiles), SIMON1WIN_GameFiles, GF_TALKIE, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformWindows, }, @@ -883,7 +883,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(SIMON2DOS_GameFiles), SIMON2DOS_GameFiles, 0, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformPC, }, @@ -909,7 +909,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(SIMON2DOS2_GameFiles), SIMON2DOS2_GameFiles, 0, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformPC, }, @@ -961,7 +961,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(SIMON2DEMO_GameFiles), SIMON2DEMO_GameFiles, GF_TALKIE, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformPC, }, @@ -974,7 +974,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(SIMON2TALKIE_GameFiles), SIMON2TALKIE_GameFiles, GF_TALKIE, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformPC, }, @@ -988,7 +988,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(SIMON2TALKIE2_GameFiles), SIMON2TALKIE2_GameFiles, GF_TALKIE, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformPC, }, @@ -1080,7 +1080,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(SIMON2WIN_GameFiles), SIMON2WIN_GameFiles, GF_TALKIE, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformWindows, }, @@ -1132,7 +1132,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(FEEBLEFILES_AMI_UK_GameFiles), FEEBLEFILES_AMI_UK_GameFiles, GF_OLD_BUNDLE | GF_TALKIE, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformAmiga, }, @@ -1158,7 +1158,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(FEEBLEFILES_MAC_UK_GameFiles), FEEBLEFILES_MAC_UK_GameFiles, GF_OLD_BUNDLE | GF_TALKIE, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformMacintosh, }, @@ -1210,7 +1210,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(FEEBLEFILES_2CD_GameFiles), FEEBLEFILES_2CD_GameFiles, GF_OLD_BUNDLE | GF_TALKIE, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformWindows, }, @@ -1223,7 +1223,7 @@ static GameDescription gameDescriptions[] = { ARRAYSIZE(FEEBLEFILES_4CD_GameFiles), FEEBLEFILES_4CD_GameFiles, GF_OLD_BUNDLE | GF_TALKIE, - Common::EN_USA, + Common::EN_ANY, Common::kPlatformWindows, }, diff --git a/engines/simon/simon.cpp b/engines/simon/simon.cpp index a527e92f8b..5678d5948d 100644 --- a/engines/simon/simon.cpp +++ b/engines/simon/simon.cpp @@ -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; |