mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
Enable language screen in Amiga version.
svn-id: r27412
This commit is contained in:
parent
388b8689a6
commit
e5c1149cde
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user