about summary refs log tree commit diff
path: root/src/game/g_game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_game.h')
-rw-r--r--src/game/g_game.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/g_game.h b/src/game/g_game.h
index 3a98aac6..4c46beab 100644
--- a/src/game/g_game.h
+++ b/src/game/g_game.h
@@ -96,8 +96,9 @@ enum
 {
 	HOOK_RETRACTED=-1,
 	HOOK_IDLE=0,
+	HOOK_RETRACT_START=1,
+	HOOK_RETRACT_END=3,
 	HOOK_FLYING,
-	HOOK_GOING_TO_RETRACT,
 	HOOK_GRABBED,
 	
 	COREEVENT_GROUND_JUMP=0x01,