diff options
author | /dev/humancontroller <devhc@example.com> | 2015-06-16 12:38:26 +0200 |
---|---|---|
committer | /dev/humancontroller <devhc@example.com> | 2017-03-09 13:51:17 +0100 |
commit | cce1bc5d95958eb84746a4f72f5003cb4b5eab0a (patch) | |
tree | 00b2ffa41f216becffe97094d841c8830270f480 /src/game/g_weapon.c | |
parent | a61357bc993ef3d3fcff2de1f1ca9423f3f9e80a (diff) |
expose the zaps global variable
Diffstat (limited to 'src/game/g_weapon.c')
-rw-r--r-- | src/game/g_weapon.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 ]; /* =============== |