diff options
-rw-r--r-- | engines/parallaction/menu.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/engines/parallaction/menu.cpp b/engines/parallaction/menu.cpp index b9421db576..2fbae7d27f 100644 --- a/engines/parallaction/menu.cpp +++ b/engines/parallaction/menu.cpp @@ -178,11 +178,8 @@ void Menu::newGame() { uint16 Menu::chooseLanguage() { - if (_vm->getPlatform() == Common::kPlatformAmiga) { - // TODO: should return the language ID supported by this version - // this can be done with some flags in the detection structures - return 1; - } + // TODO: should return the language ID supported by Amiga versions + // this can be done with some flags in the detection structures // user can choose language in dos version |