diff options
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 45b802f2..72ed253f 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -211,6 +211,7 @@ typedef struct baseParticle_s float bounceFrac; float bounceFracRandFrac; + qboolean bounceCull; pLerpValues_t radius; pLerpValues_t alpha; |