about summary refs log tree commit diff
path: root/src/game/game_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game_protocol.h')
-rw-r--r--src/game/game_protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/game_protocol.h b/src/game/game_protocol.h
index b89eb239..fea8b066 100644
--- a/src/game/game_protocol.h
+++ b/src/game/game_protocol.h
@@ -179,6 +179,7 @@ struct obj_player_core
 
 	int hooked_player;
 	int hook_state;
+	int hook_tick;
 	int hook_x, hook_y;
 	int hook_dx, hook_dy;
 };