diff options
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 89e86935..be2d8cbd 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -674,7 +674,7 @@ typedef struct centity_s particleSystem_t *entityPS; qboolean entityPSMissing; - trailSystem_t *level2ZapTS[ 3 ]; + trailSystem_t *level2ZapTS[ LEVEL2_AREAZAP_MAX_TARGETS ]; int level2ZapTime; trailSystem_t *muzzleTS; //used for the tesla and reactor |