summaryrefslogtreecommitdiff
path: root/include/bullets.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2022-12-15 14:54:55 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2022-12-15 14:54:55 +0100
commit8c086739e1344fb8789e89074dd962c5719ab030 (patch)
tree86ae878cd5f90a82b7fee454e4adae69de542bb4 /include/bullets.h
parent7b956089e6ba5162fb0b667f1c0a60f6ece90c38 (diff)
local session id generation, bullet icon drop, refactor
Diffstat (limited to 'include/bullets.h')
-rw-r--r--include/bullets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bullets.h b/include/bullets.h
index a42e6a4..be3f466 100644
--- a/include/bullets.h
+++ b/include/bullets.h
@@ -9,7 +9,7 @@
#include "guns.h"
typedef struct t_bullet {
- int player_id;
+ u32 player_id;
bool active;
vec3f position;
float endx;