aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTravis Howell2007-06-16 11:45:40 +0000
committerTravis Howell2007-06-16 11:45:40 +0000
commitf4518cd34400b9296510a6269ebc18563ac80b25 (patch)
treeb99f6c1898899503320ba2ffc2265305f8170ca2 /engines
parent9b62d2a6ea68d6f488dfcb84d980b4248d01c237 (diff)
downloadscummvm-rg350-f4518cd34400b9296510a6269ebc18563ac80b25.tar.gz
scummvm-rg350-f4518cd34400b9296510a6269ebc18563ac80b25.tar.bz2
scummvm-rg350-f4518cd34400b9296510a6269ebc18563ac80b25.zip
The codes difference when selecting character, only applies to the Amiga multi-lingual version.
svn-id: r27464
Diffstat (limited to 'engines')
-rw-r--r--engines/parallaction/menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/menu.cpp b/engines/parallaction/menu.cpp
index 65d58812f5..9c1eb813da 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)