diff options
Diffstat (limited to 'src/game/game_protocol.h')
| -rw-r--r-- | src/game/game_protocol.h | 1 |
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; }; |