diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-11-07 20:24:19 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-11-07 20:24:19 +0100 |
| commit | 92489617eec44b913515404143baf5b094a16473 (patch) | |
| tree | e6d3d0424491052eb6f495ab3a64b725376ee76a /include/bullets.h | |
| parent | cf3cfecbcac3835c84dce3711884b7ce0a81b6b8 (diff) | |
points
Diffstat (limited to 'include/bullets.h')
| -rw-r--r-- | include/bullets.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bullets.h b/include/bullets.h index 26e4c5f..28ad175 100644 --- a/include/bullets.h +++ b/include/bullets.h @@ -8,6 +8,8 @@ #include "map.h" #include "guns.h" +#define POINTS_PER_HIT 10 + typedef struct t_bullet { u32 player_id; bool active; |
