diff options
author | Tim Angus <tim@ngus.net> | 2002-01-09 15:19:20 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2002-01-09 15:19:20 +0000 |
commit | 3e4618de385abe5747751c36690c96e9f36c6480 (patch) | |
tree | 8263de0c68aa4927b2d742a5a2d51d6e8fc106df /src/game/bg_public.h | |
parent | ab77b5a66d9261cf338dbcb9b551b629375a4f25 (diff) |
A bunch of stuff
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index dbeb7e43..42e92464 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -32,7 +32,7 @@ #define ITEM_RADIUS 15 // item sizes are needed for client side pickup detection -#define LIGHTNING_RANGE 768 +#define LIGHTNING_RANGE 1024 #define SCORE_NOT_PRESENT -9999 // for the CS_SCORES[12] when only one player is present @@ -338,6 +338,7 @@ typedef enum WP_GRAB_CLAW, WP_POUNCE, WP_AREA_ZAP, + WP_DIRECT_ZAP, WP_MASS_DRIVER, WP_PULSE_RIFLE, |