From f4518cd34400b9296510a6269ebc18563ac80b25 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 16 Jun 2007 11:45:40 +0000 Subject: [PATCH] The codes difference when selecting character, only applies to the Amiga multi-lingual version. svn-id: r27464 --- engines/parallaction/menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/parallaction/menu.cpp b/engines/parallaction/menu.cpp index 65d58812f53..9c1eb813daf 100644 --- a/engines/parallaction/menu.cpp +++ b/engines/parallaction/menu.cpp @@ -390,7 +390,7 @@ void Menu::selectCharacter() { // beep(); - if (_vm->getPlatform() == Common::kPlatformAmiga) { + if (_vm->getPlatform() == Common::kPlatformAmiga && (_vm->getFeatures() & GF_LANG_MULT)) { if (_amigaDinoKey[_di] == _si) _dino_points++; // dino if (_amigaDonnaKey[_di] == _si)