diff options
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 68af42cc..e3ffc434 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -354,7 +354,6 @@ typedef enum //build weapons must remain in a block WP_ABUILD, WP_ABUILD2, - WP_HBUILD2, WP_HBUILD, //ok? @@ -1087,8 +1086,6 @@ typedef struct qboolean purchasable; qboolean longRanged; - int buildDelay; - WUTeam_t team; } weaponAttributes_t; |