diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index d9eca24a..08a13ca9 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -864,14 +864,12 @@ void ShineTorch( gentity_t *self ); // g_weapon.c // -#define MAX_ZAP_TARGETS LEVEL2_AREAZAP_MAX_TARGETS - typedef struct zap_s { qboolean used; gentity_t *creator; - gentity_t *targets[ MAX_ZAP_TARGETS ]; + gentity_t *targets[ LEVEL2_AREAZAP_MAX_TARGETS ]; int numTargets; int timeToLive; |