about summary refs log tree commit diff
path: root/src/game/g_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_protocol.h')
-rw-r--r--src/game/g_protocol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/g_protocol.h b/src/game/g_protocol.h
index 93073154..9ae7b170 100644
--- a/src/game/g_protocol.h
+++ b/src/game/g_protocol.h
@@ -153,7 +153,6 @@ struct obj_game
 struct obj_projectile
 {
 	int type;
-	int tick;
 	int x, y;
 	int vx, vy; // should be an angle instead
 	int start_tick;