summaryrefslogtreecommitdiff
path: root/src/keyboardconfig.cpp
diff options
context:
space:
mode:
authorForge <jgrimbert@free.fr>2009-01-04 20:18:25 +0100
committerForge <jgrimbert@free.fr>2009-01-04 20:18:25 +0100
commitfde40d91bceb1c7e7818d898f8731089ff87a9f4 (patch)
tree9f0f446664f2016e510da5983f548c176a330658 /src/keyboardconfig.cpp
parent0bfa55e0fe6e73bec360658eb8b0660178a60d55 (diff)
downloadmana-client-fde40d91bceb1c7e7818d898f8731089ff87a9f4.tar.gz
mana-client-fde40d91bceb1c7e7818d898f8731089ff87a9f4.tar.bz2
mana-client-fde40d91bceb1c7e7818d898f8731089ff87a9f4.tar.xz
mana-client-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.cpp2
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)