diff options
author | Travis Howell | 2007-06-15 04:15:41 +0000 |
---|---|---|
committer | Travis Howell | 2007-06-15 04:15:41 +0000 |
commit | e5c1149cdec3edd55f71a2264bebbd51c4bc8ccd (patch) | |
tree | 176799224c2434fe5ccd540bdec868b03309d0b2 | |
parent | 388b8689a6e7d0fd2574bcf589d66fa2cb3393da (diff) | |
download | scummvm-rg350-e5c1149cdec3edd55f71a2264bebbd51c4bc8ccd.tar.gz scummvm-rg350-e5c1149cdec3edd55f71a2264bebbd51c4bc8ccd.tar.bz2 scummvm-rg350-e5c1149cdec3edd55f71a2264bebbd51c4bc8ccd.zip |
Enable language screen in Amiga version.
svn-id: r27412
-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 |