X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FInput.cpp;h=059879037f7095022339cb086ef16d0af949d0dc;hb=25e3d5e35a7fd7efdffc420efe3c41a91cefe43f;hp=08c5732f35e4b289c5f1bae0e4784a7e8fa1b7fe;hpb=87ff660bf58766ab705a749e72e04154ccf5a737;p=lugaru.git diff --git a/Source/Input.cpp b/Source/Input.cpp index 08c5732..0598790 100644 --- a/Source/Input.cpp +++ b/Source/Input.cpp @@ -71,7 +71,7 @@ const char* Input::keyToChar(unsigned short i) return "unknown"; } -unsigned short Input::CharToKey(const char* which) +unsigned short Input::CharToKey(const char* which) { for (unsigned short i = 0; i < SDLK_LAST; i++) { if (!strcasecmp(which, SDL_GetKeyName(SDLKey(i))))