mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 02:10:28 +00:00
The codes difference when selecting character, only applies to the Amiga multi-lingual version.
svn-id: r27464
This commit is contained in:
parent
9b62d2a6ea
commit
f4518cd344
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user