diff options
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index bcde7efe..855bb39e 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -190,6 +190,7 @@ typedef struct centity_s { //TA: buildableAnimNumber_t buildableAnim; //persistant anim number int flamerTime; //limit flameball count + int jetTime; //limit jet count } centity_t; @@ -967,6 +968,10 @@ typedef struct { sfxHandle_t flightSound; sfxHandle_t medkitSound; + sfxHandle_t jetpackDescendSound; + sfxHandle_t jetpackIdleSound; + sfxHandle_t jetpackAscendSound; + sfxHandle_t weaponHoverSound; // teamplay sounds |