diff options
author | Roman Tetelman <kevlarman@gmail.com> | 2009-10-03 12:40:20 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:08 +0000 |
commit | b7ada862f67907dd012528ba9fecc4b7e4d7281f (patch) | |
tree | 9c404b6370b9758d5db1207c3e3314ca38ddc3e2 /src/cgame/cg_local.h | |
parent | 8669691825a019653614f16573f0b5aad329df2e (diff) |
* make zap display targets beyond 3 and general zap cleanup
* Remove version determining code from makefile since it has to walk 300
revisions every compile and produces incorrect results anyway
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 |