diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 14673f2f..3fb2dcb9 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -513,17 +513,6 @@ typedef struct damageRegion_s #define MAX_ARMOUR_TEXT 8192 #define MAX_ARMOUR_REGIONS 16 -// store locational armour regions -typedef struct armourRegion_s -{ - float minHeight, maxHeight; - int minAngle, maxAngle; - - float modifier; - - qboolean crouch; -} armourRegion_t; - //status of the warning of certain events typedef enum { |