From b7cbe51313409ce1b31a1a931c5508385af4696c Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 9 Dec 2007 15:56:56 +0000 Subject: fixed so that the hook is released after 2 seconds --- src/game/game_protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/game_protocol.h') 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; }; -- cgit 1.4.1