diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-12-26 23:47:45 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-12-26 23:47:45 +0100 |
| commit | 8b866546c9c939a61c8a6f762e71fe0c7246bef8 (patch) | |
| tree | f3493bad7ab55c37e1c5e0442a013b4b9fd466ac /include/players.h | |
| parent | ddcd60881a73860c9c4d4dd895196221dfdd4aef (diff) | |
gun work
Diffstat (limited to 'include/players.h')
| -rw-r--r-- | include/players.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/players.h b/include/players.h index 44cf8b1..6aa5b88 100644 --- a/include/players.h +++ b/include/players.h @@ -14,6 +14,8 @@ #define MAX_PLAYERS 10 #define MAX_POINT_ANIMATIONS 10 +#define GUN_OFFSET_FROM_PLAYER 0.8f + typedef enum t_player_interact_state { INTERACT_IDLE, INTERACT_RELOADING, |
