diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-09 15:56:56 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-09 15:56:56 +0000 |
| commit | b7cbe51313409ce1b31a1a931c5508385af4696c (patch) | |
| tree | 95df1c9c077195b6e30cafd9a1cd37c05f977a8c /src/game/game_protocol.h | |
| parent | 02e34399139c756b16ac8ab0bc7f5066b270d6b3 (diff) | |
| download | zcatch-b7cbe51313409ce1b31a1a931c5508385af4696c.tar.gz zcatch-b7cbe51313409ce1b31a1a931c5508385af4696c.zip | |
fixed so that the hook is released after 2 seconds
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; }; |