From cce1bc5d95958eb84746a4f72f5003cb4b5eab0a Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Tue, 16 Jun 2015 12:38:26 +0200 Subject: expose the zaps global variable --- src/game/g_weapon.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/game/g_weapon.c') diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c index e6b0172a..08f2d1eb 100644 --- a/src/game/g_weapon.c +++ b/src/game/g_weapon.c @@ -1010,9 +1010,8 @@ LEVEL2 ====================================================================== */ -#define MAX_ZAPS MAX_CLIENTS -static zap_t zaps[ MAX_ZAPS ]; +zap_t zaps[ MAX_ZAPS ]; /* =============== -- cgit