Skip to content

Commit

Permalink
TETRAEDGE: Mark Russian as available on Syberia2
Browse files Browse the repository at this point in the history
  • Loading branch information
phcoder committed Jan 1, 2025
1 parent f72d75e commit 51b49fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions engines/tetraedge/detection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ DetectedGame TetraedgeMetaEngineDetection::toDetectedGame(const ADDetectedGame &
// game language. All games support multiple languages. Only Syberia 1
// supports RU.
for (const Common::Language *language = getGameLanguages(); *language != Common::UNK_LANG; language++) {
// "ru" only present on syberia 1
if (game.gameId != "syberia" && *language == Common::RU_RUS)
continue;
game.appendGUIOptions(Common::getGameGUIOptionsDescriptionLanguage(*language));
}

Expand Down

0 comments on commit 51b49fb

Please sign in to comment.