X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FInput.cpp;h=059879037f7095022339cb086ef16d0af949d0dc;hb=0e68eb62170f14f5b2aa89864e437fc2287e7565;hp=08c5732f35e4b289c5f1bae0e4784a7e8fa1b7fe;hpb=24004d6ab1e68faaf85ece11b566449997da5013;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))))