summaryrefslogtreecommitdiff
path: root/include/bullets.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-11-07 20:24:19 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-11-07 20:24:19 +0100
commit92489617eec44b913515404143baf5b094a16473 (patch)
treee6d3d0424491052eb6f495ab3a64b725376ee76a /include/bullets.h
parentcf3cfecbcac3835c84dce3711884b7ce0a81b6b8 (diff)
points
Diffstat (limited to 'include/bullets.h')
-rw-r--r--include/bullets.h2
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;