The codes difference when selecting character, only applies to the Amiga multi-lingual version.

svn-id: r27464
This commit is contained in:
Travis Howell 2007-06-16 11:45:40 +00:00
parent 9b62d2a6ea
commit f4518cd344

View File

@ -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)