diff options
Diffstat (limited to 'src/joystick.h')
-rw-r--r-- | src/joystick.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/joystick.h b/src/joystick.h index 4e5c3d23..4c5390c2 100644 --- a/src/joystick.h +++ b/src/joystick.h @@ -31,7 +31,7 @@ class Joystick * Number of buttons we can handle. */ enum - { + { MAX_BUTTONS = 6 }; |