diff options
Diffstat (limited to 'src/game/q_shared.h')
-rw-r--r-- | src/game/q_shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/q_shared.h b/src/game/q_shared.h index 494f7390..4d4d02dd 100644 --- a/src/game/q_shared.h +++ b/src/game/q_shared.h @@ -1006,7 +1006,7 @@ typedef struct playerState_s { // only generate a small move value for that frame // walking will use different animations and // won't generate footsteps -#define BUTTON_AFFIRMATIVE 32 +#define BUTTON_ATTACK2 32 //TA: should be safe to change from BUTTON_AFFIRMATIVE #define BUTTON_NEGATIVE 64 #define BUTTON_GETFLAG 128 |