diff options
author | Forge <jgrimbert@free.fr> | 2009-01-04 20:18:25 +0100 |
---|---|---|
committer | Forge <jgrimbert@free.fr> | 2009-01-04 20:18:25 +0100 |
commit | fde40d91bceb1c7e7818d898f8731089ff87a9f4 (patch) | |
tree | 9f0f446664f2016e510da5983f548c176a330658 /src/keyboardconfig.cpp | |
parent | 0bfa55e0fe6e73bec360658eb8b0660178a60d55 (diff) | |
download | mana-fde40d91bceb1c7e7818d898f8731089ff87a9f4.tar.gz mana-fde40d91bceb1c7e7818d898f8731089ff87a9f4.tar.bz2 mana-fde40d91bceb1c7e7818d898f8731089ff87a9f4.tar.xz mana-fde40d91bceb1c7e7818d898f8731089ff87a9f4.zip |
Smiley step 1.91, the little part to make it work
TODO list of 1.9 still intact.
Diffstat (limited to 'src/keyboardconfig.cpp')
-rw-r--r-- | src/keyboardconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboardconfig.cpp b/src/keyboardconfig.cpp index 930d8944..0923f331 100644 --- a/src/keyboardconfig.cpp +++ b/src/keyboardconfig.cpp @@ -180,7 +180,7 @@ int KeyboardConfig::getKeySmilieOffset(int keyValue) const return 1+i-KEY_SMILEY_1; } } - return KEY_NO_VALUE; + return 0; } bool KeyboardConfig::isKeyActive(int index) |