summaryrefslogtreecommitdiff
path: root/include/bullets.h
diff options
context:
space:
mode:
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;