Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 14, 2011, 10:30:01 PM (13 years ago)
Author:
landauf
Message:

keybind mode shouldn't be changed if it was defined explicitly in the keybindings.ini

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/input/Button.cc

    r7401 r7891  
    219219                        }
    220220                    }
     221                    else
     222                        cmd->setFixedKeybindMode(true);
    221223                }
    222224                else
     
    227229                    if (mode == KeybindMode::None)
    228230                        mode = eval.getConsoleCommand()->getKeybindMode();
     231                    else
     232                        cmd->setFixedKeybindMode(true);
    229233
    230234                    commands[mode].push_back(cmd);
Note: See TracChangeset for help on using the changeset viewer.