Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 8, 2009, 9:13:24 PM (15 years ago)
Author:
rgrieder
Message:

Fixed faulty key binding. If you want the message to go away, delete your keybindings.ini file.

File:
1 edited

Legend:

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

    r5738 r5909  
    173173                if (!eval.isValid())
    174174                {
    175                     parseError("Command evaluation failed.", true);
     175                    parseError("Command evaluation of \"" + commandStr + "\"failed.", true);
    176176                    continue;
    177177                }
Note: See TracChangeset for help on using the changeset viewer.