From 96231086795cbf68f01148e8d1e65a28e3581a66 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 11 Feb 2003 05:09:24 +0000 Subject: * All nonsegemented model animations now triggered with the exception of PAIN[12] * Makefile altered to define __GAME__, __CGAME__ and __UI__ --- src/game/bg_local.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/game/bg_local.h') diff --git a/src/game/bg_local.h b/src/game/bg_local.h index f7d4c00d..8a6d99b3 100644 --- a/src/game/bg_local.h +++ b/src/game/bg_local.h @@ -21,8 +21,9 @@ #define JUMP_VELOCITY 270 -#define TIMER_LAND 130 -#define TIMER_GESTURE (34*66+50) +#define TIMER_LAND 130 +#define TIMER_GESTURE (34*66+50) +#define TIMER_ATTACK 500 //nonsegmented models #define OVERCLIP 1.001f -- cgit