about summary refs log tree commit diff
path: root/src/game/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.h')
-rw-r--r--src/game/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/game.h b/src/game/game.h
index 00df52bc..c9010aa0 100644
--- a/src/game/game.h
+++ b/src/game/game.h
@@ -147,6 +147,7 @@ struct obj_player
 	int attacktick; // num attack ticks left of current attack
 	
 	int score;
+	int latency;
 	int emote;
 	
 	int hook_active;