diff options
Diffstat (limited to 'src/qcommon/qcommon.h')
-rw-r--r-- | src/qcommon/qcommon.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h index 70a944fd..40fc58cb 100644 --- a/src/qcommon/qcommon.h +++ b/src/qcommon/qcommon.h @@ -1028,15 +1028,7 @@ NON-PORTABLE SYSTEM SERVICES ============================================================== */ -typedef enum { - AXIS_SIDE, - AXIS_FORWARD, - AXIS_UP, - AXIS_ROLL, - AXIS_YAW, - AXIS_PITCH, - MAX_JOYSTICK_AXIS -} joystickAxis_t; +#define MAX_JOYSTICK_AXIS 16 void Sys_Init (void); |