diff options
Diffstat (limited to 'src/inputmanager.h')
-rw-r--r-- | src/inputmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputmanager.h b/src/inputmanager.h index 016670e5b..ce1724077 100644 --- a/src/inputmanager.h +++ b/src/inputmanager.h @@ -29,7 +29,7 @@ #include <SDL/SDL.h> -#define KeyFunctionSize 3 +const unsigned int KeyFunctionSize = 3; // hack to avoid conflicts with windows headers. #ifdef INPUT_KEYBOARD |