summaryrefslogtreecommitdiff
path: root/src/cgame/cg_local.h
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2004-01-09 05:13:38 +0000
committerTim Angus <tim@ngus.net>2004-01-09 05:13:38 +0000
commitbddd5e171dabad555ac767013de9114678a82ee7 (patch)
tree48e390f46012fee93c6d110d60af54ddda2aef2f /src/cgame/cg_local.h
parent362a6c29d666d9220653741dcae9d4b473616407 (diff)
* Custom footsteps and disabled footsteps added to animation.cfg parseage
* bobup now obeys class bob field * Bob cycles altered a bit
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r--src/cgame/cg_local.h4
1 files changed, 4 insertions, 0 deletions
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;