From bddd5e171dabad555ac767013de9114678a82ee7 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Fri, 9 Jan 2004 05:13:38 +0000 Subject: * Custom footsteps and disabled footsteps added to animation.cfg parseage * bobup now obeys class bob field * Bob cycles altered a bit --- src/cgame/cg_local.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cgame/cg_local.h') diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 2dd28bf2..8a660c4a 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -103,6 +103,8 @@ typedef enum FOOTSTEP_ENERGY, FOOTSTEP_METAL, FOOTSTEP_SPLASH, + FOOTSTEP_CUSTOM, + FOOTSTEP_NONE, FOOTSTEP_TOTAL } footstep_t; @@ -650,6 +652,8 @@ typedef struct animation_t animations[ MAX_PLAYER_TOTALANIMATIONS ]; sfxHandle_t sounds[ MAX_CUSTOM_SOUNDS ]; + + sfxHandle_t customFootsteps[ 4 ]; } clientInfo_t; -- cgit